|
|
@ -44,7 +44,11 @@ export const ItemAccounts = useCrudSchemas( |
|
|
|
} |
|
|
|
] |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
table: { |
|
|
|
width: 130, |
|
|
|
fixed: 'left' |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '备件名称', |
|
|
@ -136,7 +140,10 @@ export const ItemAccounts = useCrudSchemas( |
|
|
|
// },
|
|
|
|
] |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
table: { |
|
|
|
width: 130 |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '库位名称', |
|
|
@ -276,7 +283,7 @@ export const ItemAccounts = useCrudSchemas( |
|
|
|
field: 'action', |
|
|
|
isForm: false, |
|
|
|
table: { |
|
|
|
width: 250, |
|
|
|
width: 150, |
|
|
|
fixed: 'right' |
|
|
|
} |
|
|
|
} |
|
|
|