@ -70,21 +70,12 @@ export const Itembasic = useCrudSchemas(reactive<CrudSchema[]>([
sort: 'custom',
dictType: DICT_TYPE.ITEM_STATUS,
dictClass: 'string',
isForm: true,
isSearch: false,
isSearch: true,
isTable: true,
table: {
width: 100
} ,
form: {
component: 'Switch',
value: 'ENABLE',
componentProps: {
inactiveValue: 'DISABLE',
activeValue: 'ENABLE'
width: 120
}
},
{
label: '计量单位',
field: 'uom',