From 71d9fa0fa7ff1c5271792f579914c5d98fea6f44 Mon Sep 17 00:00:00 2001 From: zhaoyiran Date: Mon, 10 Feb 2025 15:10:05 +0800 Subject: [PATCH] =?UTF-8?q?SBBJ-813=E7=94=B5=E8=84=91=E7=AB=AF=E6=A3=80?= =?UTF-8?q?=E4=BF=AE=E5=B7=A5=E5=8D=95=E5=A2=9E=E5=8A=A0=E5=88=9B=E5=BB=BA?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E3=80=81=E5=AE=8C=E6=88=90=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../deviceInspectionMain.data.ts | 27 ++++++++++++++----- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/src/views/eam/device/deviceinspectionjob/deviceInspectionMain.data.ts b/src/views/eam/device/deviceinspectionjob/deviceInspectionMain.data.ts index dac00fc..50b590f 100644 --- a/src/views/eam/device/deviceinspectionjob/deviceInspectionMain.data.ts +++ b/src/views/eam/device/deviceinspectionjob/deviceInspectionMain.data.ts @@ -326,13 +326,16 @@ export const DeviceInspectionMain = useCrudSchemas(reactive([ }, }, }, - // { - // label: '创建时间', - // field: 'createTime', - // sort: 'custom', - // formatter: dateFormatter, - // isForm: false, - // }, + { + label: '创建时间', + field: 'createTime', + sort: 'custom', + formatter: dateFormatter, + isForm: false, + table: { + width: '180', + }, + }, { label: '描述', field: 'describes', @@ -407,6 +410,16 @@ export const DeviceInspectionMain = useCrudSchemas(reactive([ width: '230', }, }, + { + label: '完成时间', + field: 'completionTime', + sort: 'custom', + formatter: dateFormatter, + isForm: false, + table: { + width: '180', + }, + }, { label: '操作', field: 'action',