张立 2 weeks ago
parent
commit
45ac544202
  1. 40
      src/views/eam/basic/deviceInspectionConfig/deviceInspectionConfig.data.ts

40
src/views/eam/basic/deviceInspectionConfig/deviceInspectionConfig.data.ts

@ -281,26 +281,26 @@ export const DeviceInspectionTwo = useCrudSchemas(reactive<CrudSchema[]>([
} }
}, },
{ // {
label: '创建者', // label: '创建者',
field: 'creator', // field: 'creator',
sort: 'custom', // sort: 'custom',
isSearch: false, // isSearch: false,
isForm: false, // isForm: false,
table: { // table: {
width: 150 // width: 150
} // }
}, // },
{ // {
label: '创建时间', // label: '创建时间',
field: 'createTime', // field: 'createTime',
sort: 'custom', // sort: 'custom',
formatter: dateFormatter, // formatter: dateFormatter,
isForm: false, // isForm: false,
table: { // table: {
width: 170 // width: 170
} // }
}, // },
{ {
label: '操作', label: '操作',
field: 'action', field: 'action',

Loading…
Cancel
Save