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',