From 10a6d1e79abfeefed7f22b50b7de1be3cab4a498 Mon Sep 17 00:00:00 2001 From: "YEJIAXING-PC\\lenovo" <591141169@qq.com> Date: Thu, 29 May 2025 11:07:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E5=85=B7=E5=B7=A1=E6=A3=80=E7=82=B9?= =?UTF-8?q?=E6=A3=80=E9=A1=B9=EF=BC=8C=E5=AF=BC=E5=87=BA=E5=BA=94=E5=8E=BB?= =?UTF-8?q?=E6=8E=89=E8=AE=BE=E5=A4=87=E7=BC=96=E5=8F=B7=E3=80=81=E8=AE=BE?= =?UTF-8?q?=E5=A4=87=E5=90=8D=E7=A7=B0=E5=AD=97=E6=AE=B5=EF=BC=9B=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E5=AF=BC=E5=87=BA=EF=BC=8C=E5=BA=94=E5=AF=BC=E5=87=BA?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E7=9A=84=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../deviceInspectionConfig.data.ts | 40 +++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/src/views/eam/basic/deviceInspectionConfig/deviceInspectionConfig.data.ts b/src/views/eam/basic/deviceInspectionConfig/deviceInspectionConfig.data.ts index d2fd7b5..e5daea8 100644 --- a/src/views/eam/basic/deviceInspectionConfig/deviceInspectionConfig.data.ts +++ b/src/views/eam/basic/deviceInspectionConfig/deviceInspectionConfig.data.ts @@ -281,26 +281,26 @@ export const DeviceInspectionTwo = useCrudSchemas(reactive([ } }, - { - label: '创建者', - field: 'creator', - sort: 'custom', - isSearch: false, - isForm: false, - table: { - width: 150 - } - }, - { - label: '创建时间', - field: 'createTime', - sort: 'custom', - formatter: dateFormatter, - isForm: false, - table: { - width: 170 - } - }, + // { + // label: '创建者', + // field: 'creator', + // sort: 'custom', + // isSearch: false, + // isForm: false, + // table: { + // width: 150 + // } + // }, + // { + // label: '创建时间', + // field: 'createTime', + // sort: 'custom', + // formatter: dateFormatter, + // isForm: false, + // table: { + // width: 170 + // } + // }, { label: '操作', field: 'action',