From 8e5ede49987bcfa4e56e98641fb11070210f4f35 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 11 三月 2026 17:50:49 +0800
Subject: [PATCH] 进销存升级app 1.底部操作栏图标修改 2.首页生产报工调准没反应修改

---
 src/pages/safeProduction/hazardSourceLedger/index.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/pages/safeProduction/hazardSourceLedger/index.vue b/src/pages/safeProduction/hazardSourceLedger/index.vue
index bddfeda..b33b3b6 100644
--- a/src/pages/safeProduction/hazardSourceLedger/index.vue
+++ b/src/pages/safeProduction/hazardSourceLedger/index.vue
@@ -87,7 +87,7 @@
                       @click="viewDetail(item)">
               鏌ョ湅璇︽儏
             </u-button>
-            <u-button type="primary"
+            <!-- <u-button type="primary"
                       size="small"
                       class="action-btn"
                       @click="editVisit(item)">
@@ -98,7 +98,7 @@
                       class="action-btn"
                       @click="deleteVisit(item)">
               鍒犻櫎
-            </u-button>
+            </u-button> -->
           </view>
         </view>
       </view>
@@ -108,12 +108,12 @@
       <text>鏆傛棤鎷滆璁板綍</text>
     </view>
     <!-- 娴姩鏂板鎸夐挳 -->
-    <view class="fab-button"
+    <!-- <view class="fab-button"
           @click="addVisit">
       <up-icon name="plus"
                size="24"
                color="#ffffff"></up-icon>
-    </view>
+    </view> -->
   </view>
 </template>
 

--
Gitblit v1.9.3