From e5a70efeaa9fd96ce1242e5d582c8237319fade4 Mon Sep 17 00:00:00 2001
From: 张诺 <zhang_12370@163.com>
Date: 星期五, 10 四月 2026 11:13:15 +0800
Subject: [PATCH] Merge branch 'dev_天津_阳光印刷' of http://114.132.189.42:9002/r/product-inventory-management into dev_天津_阳光印刷

---
 src/views/inventoryManagement/stockManagement/Qualified.vue |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/views/inventoryManagement/stockManagement/Qualified.vue b/src/views/inventoryManagement/stockManagement/Qualified.vue
index 36073e7..9e6991c 100644
--- a/src/views/inventoryManagement/stockManagement/Qualified.vue
+++ b/src/views/inventoryManagement/stockManagement/Qualified.vue
@@ -26,10 +26,12 @@
         <el-table-column label="浠撳簱缂栫爜" prop="warehouseCode" show-overflow-tooltip />
         <el-table-column label="浠撳簱" prop="warehouseName" show-overflow-tooltip />
         <el-table-column label="瀛樿揣缂栫爜" prop="productCode" show-overflow-tooltip />
+        <el-table-column label="瀛樿揣" prop="productName" show-overflow-tooltip />
         <el-table-column label="瑙勬牸鍨嬪彿" prop="model" show-overflow-tooltip />
-        <el-table-column label="鍗曚綅(涓诲崟浣�)" prop="unit" show-overflow-tooltip />
-        <el-table-column label="鍗曚綅(杈呭崟浣�)" prop="subUnit" show-overflow-tooltip />
-        <el-table-column label="搴撳瓨鏁伴噺" prop="qualitity" show-overflow-tooltip />
+        <el-table-column label="鍗曚綅(涓诲崟浣�)" prop="unit" min-width="100" show-overflow-tooltip />
+        <el-table-column label="鍗曚綅(杈呭崟浣�)" prop="subUnit" min-width="100" show-overflow-tooltip />
+        <el-table-column label="鏁伴噺(涓诲崟浣�)" prop="qualitity" min-width="100" show-overflow-tooltip />
+        <el-table-column label="鏁伴噺(杈呭崟浣�)" prop="subQualitity" min-width="100" show-overflow-tooltip />
         <el-table-column label="澶囨敞" prop="remark"  show-overflow-tooltip />
         <el-table-column label="鏈�杩戞洿鏂版椂闂�" prop="updateTime" show-overflow-tooltip />
         <el-table-column fixed="right" label="鎿嶄綔" min-width="60" align="center">
@@ -199,11 +201,9 @@
 
 <style scoped lang="scss">
 :deep(.row-low-stock td) {
-  background-color: #fde2e2;
-  color: #c45656;
 }
 
 :deep(.row-low-stock:hover > td) {
-  background-color: #fcd4d4;
+  // background-color: #fcd4d4;
 }
 </style>

--
Gitblit v1.9.3