src/views/doctor/inspectCheck/index.vue
@@ -122,8 +122,9 @@ align="center" prop="examinationDate" width="150px" :formatter="formatDate" /> <!-- :formatter="formatDate" --> <el-table-column label="门诊号" @@ -435,7 +436,7 @@ } console.log("Query Params:", this.queryParams); }, formatDate(row) { /* formatDate(row) { if (!row.examinationDate) return ""; // 使用 moment 解析指定格式的日期字符串 @@ -445,7 +446,7 @@ // 格式化为所需格式 return date.format("YYYY-MM-DD HH:mm"); }, }, */ // isSelectable(row) { // return !!row.mzh; // },