@ -248,6 +248,15 @@ export const Itembasic = useCrudSchemas(reactive<CrudSchema[]>([
width: 100
} ,
},
{
label: '产品类',
field: 'prodCla',
sort: 'custom',
isForm:false,
table: {
label: '种类',
field: 'category',
@ -337,15 +346,6 @@ export const Itembasic = useCrudSchemas(reactive<CrudSchema[]>([
}
label: '是否可用',
field: 'available',
@ -13,7 +13,7 @@ export const MstrRules = reactive({
export const Mstr = useCrudSchemas(reactive<CrudSchema[]>([
label: '域代码',
field: 'hflccHflcd',
field: 'plDomain',
isSearch: true,