张立 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: '创建者',
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',

Loading…
Cancel
Save