From c3e7f99b9070230896865a7a0f805473aeed83ea Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期五, 11 四月 2025 15:58:06 +0800 Subject: [PATCH] 1 --- src/views/doctor/inspectCheck/index.vue | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/doctor/inspectCheck/index.vue b/src/views/doctor/inspectCheck/index.vue index 4733eb7..aa03824 100644 --- a/src/views/doctor/inspectCheck/index.vue +++ b/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 瑙f瀽鎸囧畾鏍煎紡鐨勬棩鏈熷瓧绗︿覆 @@ -445,7 +446,7 @@ // 鏍煎紡鍖栦负鎵�闇�鏍煎紡 return date.format("YYYY-MM-DD HH:mm"); - }, + }, */ // isSelectable(row) { // return !!row.mzh; // }, -- Gitblit v1.8.0