|
|
@ -54,6 +54,7 @@ export const ItemAccounts = useCrudSchemas( |
|
|
|
label: '备件名称', |
|
|
|
field: 'itemName', |
|
|
|
sort: 'custom', |
|
|
|
isSearch: true, |
|
|
|
table: { |
|
|
|
width: 130 |
|
|
|
}, |
|
|
@ -62,7 +63,6 @@ export const ItemAccounts = useCrudSchemas( |
|
|
|
disabled: true |
|
|
|
} |
|
|
|
}, |
|
|
|
isSearch: false |
|
|
|
}, |
|
|
|
// {
|
|
|
|
// label: '库区编号',
|
|
|
@ -221,7 +221,7 @@ export const ItemAccounts = useCrudSchemas( |
|
|
|
label: '规格型号', |
|
|
|
field: 'specifications', |
|
|
|
sort: 'custom', |
|
|
|
isSearch: false, |
|
|
|
isSearch: true, |
|
|
|
isForm: false, |
|
|
|
table: { |
|
|
|
width: 110 |
|
|
|