@ -186,6 +186,9 @@ export const ItemApplyDetail = useCrudSchemas(reactive<CrudSchema[]>([
width: 150
},
isTableForm: true,
tableForm: {
disabled: true
}
{
label: '类型',
@ -213,6 +216,9 @@ export const ItemApplyDetail = useCrudSchemas(reactive<CrudSchema[]>([
label: '设备/模具编号',
@ -22,6 +22,18 @@ export const ItemMaintenance = useCrudSchemas(reactive<CrudSchema[]>([
sort: 'custom',
isSearch: true,
label: '备件名称',
field: 'itemName',
label: '规格型号',
field: 'specifications',
label: '数量',
field: 'qty',