Browse Source

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

master
叶佳兴 4 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: '创建者', // 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