WXL (wul)
23 小时以前 0c7cc21d8a51e164dd2fe4ce73ab566b3a9081a9
src/views/followvisit/HistoricalFollow/index.vue
@@ -1,4 +1,5 @@
<template>
  <!-- 历史随访记录 -->
  <div class="app-container">
    <div class="leftvlue" style="margin-bottom: 20px"></div>
    <el-row :gutter="20">
@@ -200,11 +201,11 @@
          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
@@ -661,13 +662,17 @@
          value: 4,
          label: "不执行",
        },
        {
         {
          value: 5,
          label: "发送失败",
        },
        {
          value: 6,
          label: "已完成",
        },
         {
          value: 7,
          label: "超时",
        },
      ],
      topicoptionsyj: [
@@ -1141,11 +1146,11 @@
    },
    /** 导出按钮操作 */
    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,
        },