From 1b7ff2f053d04a5332aadf59820b567cae1df8d4 Mon Sep 17 00:00:00 2001 From: liding <756868258@qq.com> Date: 星期二, 25 三月 2025 10:14:40 +0800 Subject: [PATCH] 原辅料下单1.报检类型增加2.检验项匹配 --- 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