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