|
|
|
@ -79,8 +79,8 @@ |
|
|
|
<el-table-column prop="patientNo" label="档案号" width="90" align="center" /> |
|
|
|
<el-table-column prop="telephone" label="电话" width="90" align="center" /> |
|
|
|
<el-table-column prop="mobileTelephone" label="手机号" /> |
|
|
|
<el-table-column prop="customerOrgName" label="单位" /> |
|
|
|
<el-table-column prop="customerOrgParentName" label="父级单位" /> |
|
|
|
<el-table-column prop="customerOrgName" label="部门" /> |
|
|
|
<el-table-column prop="customerOrgParentName" label="单位" /> |
|
|
|
<el-table-column |
|
|
|
v-for="(item, index) in columnData" |
|
|
|
:key="index" |
|
|
|
@ -860,7 +860,7 @@ export default { |
|
|
|
that.columnData.push("第"+[k+1]+"次"+"随访完成") |
|
|
|
this.$set(res.data[i],"第"+[k+1]+"次"+"随访内容",res.data[i].phoneFollowUpDetail[k].followUpContent) |
|
|
|
this.$set(res.data[i],"第"+[k+1]+"次"+"回复内容",res.data[i].phoneFollowUpDetail[k].replyContent) |
|
|
|
this.$set(res.data[i],"第"+[k+1]+"次"+"随访日期",res.data[i].phoneFollowUpDetail[k].planFollowDate) |
|
|
|
this.$set(res.data[i],"第"+[k+1]+"次"+"随访日期",moment(res.data[i].phoneFollowUpDetail[k].planFollowDate).format("yyyy-MM-DD")) |
|
|
|
this.$set(res.data[i],"第"+[k+1]+"次"+"随访完成",res.data[i].phoneFollowUpDetail[k].isComplete) |
|
|
|
} |
|
|
|
} |
|
|
|
|