WXL (wul)
2025-12-10 5319d5b95497b5b546947ac340c14c71e5b54ca6
src/views/patient/subsequent/index.vue
@@ -236,11 +236,11 @@
          label="就诊时间"
          sortable
          align="center"
          prop="createTime"
          prop="admitdate"
          width="160"
        >
          <template slot-scope="scope">
            <span>{{ formatTime(scope.row.createTime) }}</span>
            <span>{{ formatTime(scope.row.admitdate) }}</span>
          </template>
        </el-table-column>
        <el-table-column