|
|
@ -10,6 +10,9 @@ export const SupplierMoldCostMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
sort: 'custom', |
|
|
|
fixed: 'left', |
|
|
|
isSearch: true, |
|
|
|
table:{ |
|
|
|
width: 200 |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '状态', |
|
|
@ -27,8 +30,10 @@ export const SupplierMoldCostMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
componentProps: { |
|
|
|
multiple:true, |
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
table:{ |
|
|
|
width: 100 |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '版本号', |
|
|
@ -78,6 +83,9 @@ export const SupplierMoldCostMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
valueFormat: 'YYYY-MM' |
|
|
|
} |
|
|
|
}, |
|
|
|
table:{ |
|
|
|
width: 100 |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '创建者', |
|
|
@ -85,7 +93,10 @@ export const SupplierMoldCostMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
sort: 'custom', |
|
|
|
isDetail:true, |
|
|
|
isForm: false, |
|
|
|
isTable:true |
|
|
|
isTable:true, |
|
|
|
table:{ |
|
|
|
width: 150 |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '创建时间', |
|
|
|