From af62acf44d4424689378b1f0c6bb99b98d47565f Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期二, 25 三月 2025 10:09:17 +0800
Subject: [PATCH] 车间绑定修改
---
src/components/Table/lims-table.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/components/Table/lims-table.vue b/src/components/Table/lims-table.vue
index 62d3155..6bd9259 100644
--- a/src/components/Table/lims-table.vue
+++ b/src/components/Table/lims-table.vue
@@ -307,8 +307,8 @@
getTitleWidth(row) {
if (row.label.includes('鏃堕棿') || row.label.includes('缂栧彿') || row.label.includes('鏍峰搧鍚嶇О') || row.label.includes('闆朵欢')) {
return 160
- } else if (row.label.includes('浜у搧')) {
- return 210
+ } else if (row.label.includes('浜у搧') || row.label.includes('妯℃澘鍚嶇О')) {
+ return 200
} else if (row.label.includes('鎿嶄綔')) {
return row.width
} else {
--
Gitblit v1.9.3