diff --git a/klp-ui/src/views/wms/delivery/components/wayBill.vue b/klp-ui/src/views/wms/delivery/components/wayBill.vue index 6f71408f..2bcae066 100644 --- a/klp-ui/src/views/wms/delivery/components/wayBill.vue +++ b/klp-ui/src/views/wms/delivery/components/wayBill.vue @@ -834,7 +834,7 @@ export default { worksheet.mergeCells(`I${rowIdx}:L${rowIdx}`); // 磅房:I*_L* // 4. 配置列宽(完全匹配Web端) - const columnWidths = [70, 40, 50, 90, 60, 70, 110, 90, 80, 70, 50, 130]; + const columnWidths = [70, 60, 50, 90, 70, 70, 110, 90, 80, 70, 50, 60]; worksheet.columns = columnWidths.map((width, idx) => ({ key: `col${idx + 1}`, width: width / 5 // exceljs的width单位是字符宽度,转换为px(约1px=0.072字符) @@ -1083,7 +1083,7 @@ export default { .waybill-table th:nth-child(2), .waybill-table td:nth-child(2) { - width: 40px; + width: 60px; /* 切边 */ } @@ -1101,7 +1101,7 @@ export default { .waybill-table th:nth-child(5), .waybill-table td:nth-child(5) { - width: 60px; + width: 80px; /* 结算 */ }