Browse Source

宽度

intex
yufei_wang 7 days ago
parent
commit
eb6d464b1f
  1. 15
      src/views/wms/deliversettlementManage/moldAllocation/supplierMoldCostMain/supplierMoldCostMain.data.ts

15
src/views/wms/deliversettlementManage/moldAllocation/supplierMoldCostMain/supplierMoldCostMain.data.ts

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

Loading…
Cancel
Save