|
|
@ -42,7 +42,7 @@ export const MoldMaintainOrderMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '设备/模具', |
|
|
|
label: '模具', |
|
|
|
field: 'deviceNumber', |
|
|
|
sort: 'custom', |
|
|
|
isSearch: false, |
|
|
@ -50,6 +50,15 @@ export const MoldMaintainOrderMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
width: '150', |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '工单所属周期', |
|
|
|
field: 'executePeriod', |
|
|
|
sort: 'custom', |
|
|
|
isSearch: false, |
|
|
|
table: { |
|
|
|
width: '150', |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '厂区编号', |
|
|
|
field: 'factoryAreaNumber', |
|
|
|