From 59ef95ae90d3e9815afabc751e92c39d1ccf43cb Mon Sep 17 00:00:00 2001
From: 张诺 <zhang_12370@163.com>
Date: 星期一, 02 二月 2026 09:51:43 +0800
Subject: [PATCH] 表格列自适应宽度
---
src/views/inventoryManagement/procurementManagement/procurementLedger/index.vue | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/views/inventoryManagement/procurementManagement/procurementLedger/index.vue b/src/views/inventoryManagement/procurementManagement/procurementLedger/index.vue
index 21a3fc5..618b12c 100644
--- a/src/views/inventoryManagement/procurementManagement/procurementLedger/index.vue
+++ b/src/views/inventoryManagement/procurementManagement/procurementLedger/index.vue
@@ -241,32 +241,32 @@
{
label: "鎵胯繍鍟嗗悕绉�",
prop: "supplierName",
- width: 250,
+ minWidth: 250,
},
{
label: "绾崇◣浜鸿瘑鍒彿",
prop: "taxpayerIdentificationNum",
- width: 230,
+ minWidth: 230,
},
{
label: "鍏徃鍦板潃",
prop: "companyAddress",
- width: 220,
+ minWidth: 220,
},
{
label: "鑱旂郴鏂瑰紡",
prop: "companyPhone",
- width:150
+ minWidth:150
},
{
label: "寮�鎴疯",
prop: "bankAccountName",
- width: 220,
+ minWidth: 220,
},
{
label: "璐﹀彿",
prop: "bankAccountNum",
- width: 220,
+ minWidth: 220,
},
{
label: "鑱旂郴浜�",
@@ -275,7 +275,7 @@
{
label: "鑱旂郴鐢佃瘽",
prop: "contactUserPhone",
- width: 150,
+ minWidth: 150,
},
{
label: "缁存姢浜�",
@@ -285,7 +285,7 @@
{
label: "缁存姢鏃堕棿",
prop: "maintainTime",
- width:100
+ minWidth:100
},
{
dataType: "action",
--
Gitblit v1.9.3