From c7836a0fd396dc6c171a3446ef2853152c3de463 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 03 二月 2026 11:42:35 +0800
Subject: [PATCH] 进销存升级 1.协同办公—知识库,知识库点击第二页还是展示第一页

---
 src/views/productionManagement/productionOrder/index.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/views/productionManagement/productionOrder/index.vue b/src/views/productionManagement/productionOrder/index.vue
index ece5ca6..9a4620f 100644
--- a/src/views/productionManagement/productionOrder/index.vue
+++ b/src/views/productionManagement/productionOrder/index.vue
@@ -239,8 +239,9 @@
 
   // 娣诲姞琛ㄨ绫诲悕鏂规硶
   const tableRowClassName = ({ row }) => {
-    const diff = row.deliveryDaysDiff;
+    if (row.isFh) return '';
 
+    const diff = row.deliveryDaysDiff;
     if (diff === 15) {
       return 'yellow';
     } else if (diff === 10) {

--
Gitblit v1.9.3