| | |
| | | <template> |
| | | <!-- 历史随访记录 --> |
| | | <div class="app-container"> |
| | | <div class="leftvlue" style="margin-bottom: 20px"></div> |
| | | <el-row :gutter="20"> |
| | |
| | | label="应随访日期" |
| | | width="200" |
| | | align="center" |
| | | key="longSendTime" |
| | | prop="longSendTime" |
| | | key="visitTime" |
| | | prop="visitTime" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <span>{{ formatTime(scope.row.longSendTime) }}</span> |
| | | <span>{{ formatTime(scope.row.visitTime) }}</span> |
| | | </template></el-table-column |
| | | > |
| | | <el-table-column |
| | |
| | | value: 4, |
| | | label: "不执行", |
| | | }, |
| | | { |
| | | { |
| | | value: 5, |
| | | label: "发送失败", |
| | | }, |
| | | { |
| | | value: 6, |
| | | label: "已完成", |
| | | }, |
| | | { |
| | | value: 7, |
| | | label: "超时", |
| | | }, |
| | | ], |
| | | topicoptionsyj: [ |
| | |
| | | }, |
| | | /** 导出按钮操作 */ |
| | | handleExport() { |
| | | this.topqueryParams.pageNum = null; |
| | | this.topqueryParams.pageSize = null; |
| | | console.log(this.topqueryParams); |
| | | |
| | | this.download( |
| | | // "smartor/serviceSubtask/export", |
| | | "smartor/serviceSubtask/patItemExport", |
| | | "smartor/serviceSubtask/getSubtaskByDiagnameExport", |
| | | { |
| | | ...this.topqueryParams, |
| | | }, |