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/freightSettlement/index.vue |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/views/inventoryManagement/procurementManagement/freightSettlement/index.vue b/src/views/inventoryManagement/procurementManagement/freightSettlement/index.vue
index 54f685f..2ef9c0d 100644
--- a/src/views/inventoryManagement/procurementManagement/freightSettlement/index.vue
+++ b/src/views/inventoryManagement/procurementManagement/freightSettlement/index.vue
@@ -47,16 +47,16 @@
             class="lims-table"
           >
             <el-table-column align="center" label="搴忓彿" type="index" width="60" />
-            <el-table-column label="缁撶畻鍗曞彿" prop="settleNo" width="180" show-overflow-tooltip />
-            <el-table-column label="鎵胯繍鍟�" prop="carrierName" width="200" show-overflow-tooltip />
-            <el-table-column label="鍙戠エ鍙风爜" prop="invoiceNo" width="160" show-overflow-tooltip />
-            <el-table-column label="鍙戠エ閲戦(鍏�)" prop="invoiceAmt" width="140" align="right">
+            <el-table-column label="缁撶畻鍗曞彿" prop="settleNo" min-width="180" show-overflow-tooltip />
+            <el-table-column label="鎵胯繍鍟�" prop="carrierName" min-width="200" show-overflow-tooltip />
+            <el-table-column label="鍙戠エ鍙风爜" prop="invoiceNo" min-width="160" show-overflow-tooltip />
+            <el-table-column label="鍙戠エ閲戦(鍏�)" prop="invoiceAmt" min-width="140" align="right">
               <template #default="{ row }">{{ toMoney(row.invoiceAmt) }}</template>
             </el-table-column>
-            <el-table-column label="寮�绁ㄦ棩鏈�" prop="invoiceDate" width="120" />
-            <el-table-column label="鏇存柊鏃堕棿" prop="updateTime" width="170" />
+            <el-table-column label="寮�绁ㄦ棩鏈�" prop="invoiceDate" min-width="120" />
+            <el-table-column label="鏇存柊鏃堕棿" prop="updateTime" min-width="170" />
 
-            <el-table-column fixed="right" label="鎿嶄綔" width="200" align="center">
+            <el-table-column fixed="right" label="鎿嶄綔" min-width="200" align="center">
               <template #default="scope">
                 <el-button link type="primary" size="small" @click.stop="openView(scope.row)">鏌ョ湅</el-button>
                 <el-button link type="primary" size="small" @click.stop="openEdit(scope.row)">缂栬緫</el-button>

--
Gitblit v1.9.3