|
@ -204,16 +204,16 @@ export const InventorymoveJobMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
// },
|
|
|
// },
|
|
|
// isTable: false,
|
|
|
// isTable: false,
|
|
|
// },
|
|
|
// },
|
|
|
{ |
|
|
// {
|
|
|
label: '备注', |
|
|
// label: '备注',
|
|
|
field: 'remark', |
|
|
// field: 'remark',
|
|
|
sort: 'custom', |
|
|
// sort: 'custom',
|
|
|
table: { |
|
|
// table: {
|
|
|
width: 150 |
|
|
// width: 150
|
|
|
}, |
|
|
// },
|
|
|
isTable: true, |
|
|
// isTable: true,
|
|
|
sortTableDefault:1000, |
|
|
// sortTableDefault:1000,
|
|
|
}, |
|
|
// },
|
|
|
// {
|
|
|
// {
|
|
|
// label: '自动完成',
|
|
|
// label: '自动完成',
|
|
|
// field: 'autoComplete',
|
|
|
// field: 'autoComplete',
|
|
|