From 2aecc891bb520a88a3af223656573195dc0cc691 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E5=BA=86=E6=BA=90?= Date: Fri, 23 May 2025 14:30:05 +0800 Subject: [PATCH] =?UTF-8?q?[SBBJ-1103]=E6=A3=80=E4=BF=AE=20=E7=82=B9?= =?UTF-8?q?=E6=A3=80=20=E5=AE=8C=E6=88=90=E6=97=B6=E9=97=B4=20=E7=82=B9?= =?UTF-8?q?=E6=A3=80=E4=BA=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../moldSpotInspectionRecordMain.data.ts | 11 ++++++++-- .../moldInspectionMain.data.ts | 21 ++++++++++++------- 2 files changed, 23 insertions(+), 9 deletions(-) diff --git a/src/views/eam/mold/moldSpotInspectionRecordMain/moldSpotInspectionRecordMain.data.ts b/src/views/eam/mold/moldSpotInspectionRecordMain/moldSpotInspectionRecordMain.data.ts index 47a24f2..480d44f 100644 --- a/src/views/eam/mold/moldSpotInspectionRecordMain/moldSpotInspectionRecordMain.data.ts +++ b/src/views/eam/mold/moldSpotInspectionRecordMain/moldSpotInspectionRecordMain.data.ts @@ -83,7 +83,7 @@ export const DeviceSpotInspectionRecordMain = useCrudSchemas(reactive([ width: '150', }, }, - // { - // label: '创建时间', - // field: 'createTime', - // sort: 'custom', - // formatter: dateFormatter, - // isForm: false, - // }, { label: '描述', field: 'describes', @@ -399,6 +392,20 @@ export const MoldInspectionMain = useCrudSchemas(reactive([ width: '230', }, }, + { + label: '完成时间', + field: 'completionTime', + sort: 'custom', + formatter: dateFormatter, + isForm: false, + }, + { + label: '创建时间', + field: 'createTime', + sort: 'custom', + formatter: dateFormatter, + isForm: false, + }, { label: '操作', field: 'action',