Browse Source

SBBJ-866

master
zhaoyiran 1 month ago
parent
commit
4968ab9067
  1. 1
      src/views/eam/basic/deviceInspectionConfig/deviceInspectionConfig.data.ts
  2. 1
      src/views/eam/basic/moldInspectionConfig/moldInspectionConfig.data.ts

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

@ -107,6 +107,7 @@ export const DeviceInspection = useCrudSchemas(reactive<CrudSchema[]>([
label: '操作',
field: 'action',
isForm: false,
isDetail: false,
table: {
width: 150,
fixed: 'right'

1
src/views/eam/basic/moldInspectionConfig/moldInspectionConfig.data.ts

@ -107,6 +107,7 @@ export const DeviceInspection = useCrudSchemas(reactive<CrudSchema[]>([
label: '操作',
field: 'action',
isForm: false,
isDetail: false,
table: {
width: 150,
fixed: 'right'

Loading…
Cancel
Save