|
|
@ -337,6 +337,15 @@ export const Itembasic = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '产品类', |
|
|
|
field: 'prodCla', |
|
|
|
sort: 'custom', |
|
|
|
isForm:false, |
|
|
|
table: { |
|
|
|
width: 100 |
|
|
|
} , |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '是否可用', |
|
|
|
field: 'available', |
|
|
@ -465,15 +474,6 @@ export const Itembasic = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
isForm: false, |
|
|
|
isTable: false |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '产品类', |
|
|
|
field: 'prodCla', |
|
|
|
sort: 'custom', |
|
|
|
isForm:false, |
|
|
|
table: { |
|
|
|
width: 100 |
|
|
|
} , |
|
|
|
}, |
|
|
|
{ label: '备注', field: 'remark', sort: 'custom', isTable: false}, |
|
|
|
{ |
|
|
|
label: '操作', |
|
|
|