WXL
2025-07-11 fe70ca5799b3b36a6d567464b545782728b2afed
src/views/followvisit/outpatient/index.vue
@@ -241,11 +241,11 @@
          label="就诊时间"
          sortable
          align="center"
          prop="admindate"
          prop="admitdate"
          width="160"
        >
          <template slot-scope="scope">
            <span>{{ formatTime(scope.row.admindate) }}</span>
            <span>{{ formatTime(scope.row.admitdate) }}</span>
          </template>
        </el-table-column>
        <el-table-column