|
@ -64,27 +64,27 @@ export const Itembasic = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
width: 150 |
|
|
width: 150 |
|
|
} , |
|
|
} , |
|
|
}, |
|
|
}, |
|
|
// {
|
|
|
{ |
|
|
// label: '状态',
|
|
|
label: '状态', |
|
|
// field: 'status',
|
|
|
field: 'status', |
|
|
// sort: 'custom',
|
|
|
sort: 'custom', |
|
|
// dictType: DICT_TYPE.ITEM_STATUS,
|
|
|
dictType: DICT_TYPE.ITEM_STATUS, |
|
|
// dictClass: 'string',
|
|
|
dictClass: 'string', |
|
|
// isForm: false,
|
|
|
isForm: false, |
|
|
// isSearch: false,
|
|
|
isSearch: false, |
|
|
// isTable: false,
|
|
|
isTable: false, |
|
|
// table: {
|
|
|
table: { |
|
|
// width: 100
|
|
|
width: 100 |
|
|
// } ,
|
|
|
} , |
|
|
// form: {
|
|
|
form: { |
|
|
// component: 'Switch',
|
|
|
component: 'Switch', |
|
|
// value: 'ENABLE',
|
|
|
value: 'ENABLE', |
|
|
// componentProps: {
|
|
|
componentProps: { |
|
|
// inactiveValue: 'DISABLE',
|
|
|
inactiveValue: 'DISABLE', |
|
|
// activeValue: 'ENABLE'
|
|
|
activeValue: 'ENABLE' |
|
|
// }
|
|
|
} |
|
|
// },
|
|
|
}, |
|
|
// },
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '计量单位', |
|
|
label: '计量单位', |
|
|
field: 'uom', |
|
|
field: 'uom', |
|
|