Browse Source

模具巡检点检项,导出应去掉设备编号、设备名称字段;查询导出,应导出查询的数据

master
叶佳兴 3 weeks ago
parent
commit
10a6d1e79a
  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