@@ -53,28 +53,28 @@ const config = computed(() => {
attrs: {
label: "品号",
prop: "bomSpecCode",
- width: 160,
+ width: 140,
},
{
label: "品名",
prop: "bomSpecName",
- "min-width": 420,
+ "min-width": 220,
label: "周转率",
prop: "turnoverRate",
- width: 120,
+ width: 100,
label: "库存数量",
prop: "quantity",
];