WXL
2024-11-01 196465c3777895faffeb176ff2b836c993a450b5
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:[],