WXL
2024-11-09 bf6643a35299f19ae9147864e6f3b6b4670da98a
src/views/followvisit/outpatient/index.vue
@@ -245,7 +245,7 @@
          width="160"
        >
          <template slot-scope="scope">
            <span>{{ parseTime(scope.row.admindate) }}</span>
            <span>{{ formatTime(scope.row.admindate) }}</span>
          </template>
        </el-table-column>
        <el-table-column
@@ -256,7 +256,7 @@
          width="160"
        >
          <template slot-scope="scope">
            <span>{{ parseTime(scope.row.finishtime) }}</span>
            <span>{{ formatTime(scope.row.finishtime) }}</span>
          </template>
        </el-table-column>
@@ -632,7 +632,7 @@
        },
        {
          value: 3,
          label: "已发送",
          label: "已发送未领取",
        },
      ],
      serviceState:[],