WXL
6 天以前 8b120cec9e7f0e356322a2cddf0624579c05ce93
src/views/patient/subsequent/index.vue
@@ -236,11 +236,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