From 54bb26dd12dacbbd2bdf006ed8ca3e28f45fcf7d Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 11 三月 2026 13:38:53 +0800
Subject: [PATCH] 进销存升级app 1.将首页与工作台分开,添加新首页样式 2.首页饼状图不展示修改

---
 src/pages/safeProduction/dangerInvestigation/index.vue |   29 +++++++++++++++++------------
 1 files changed, 17 insertions(+), 12 deletions(-)

diff --git a/src/pages/safeProduction/dangerInvestigation/index.vue b/src/pages/safeProduction/dangerInvestigation/index.vue
index 9ec1a5a..397684d 100644
--- a/src/pages/safeProduction/dangerInvestigation/index.vue
+++ b/src/pages/safeProduction/dangerInvestigation/index.vue
@@ -112,19 +112,13 @@
           </view>
           <!-- 鎸夐挳鍖哄煙 -->
           <view class="action-buttons">
-            <!-- <u-button type="info"
+            <u-button type="info"
                       size="small"
                       class="action-btn"
                       @click="viewDetail(item)">
               鏌ョ湅璇︽儏
-            </u-button> -->
-            <u-button type="primary"
-                      size="small"
-                      class="action-btn"
-                      @click="editVisit(item)">
-              缂栬緫
             </u-button>
-            <u-button type="warning"
+            <!-- <u-button type="warning"
                       size="small"
                       class="action-btn"
                       :disabled="item.isRectify"
@@ -137,6 +131,14 @@
                       :disabled="!item.rectifyActualTime"
                       @click="acceptanceVisit(item)">
               楠屾敹
+            </u-button> -->
+          </view>
+          <view class="action-buttons">
+            <!-- <u-button type="primary"
+                      size="small"
+                      class="action-btn"
+                      @click="editVisit(item)">
+              缂栬緫
             </u-button>
             <u-button type="info"
                       size="small"
@@ -149,7 +151,7 @@
                       class="action-btn"
                       @click="deleteVisit(item)">
               鍒犻櫎
-            </u-button>
+            </u-button> -->
           </view>
         </view>
       </view>
@@ -159,12 +161,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>
 
@@ -380,6 +382,9 @@
   .action-buttons {
     gap: 4px;
   }
+  .action-buttons {
+    padding: 0 0 10rpx 0;
+  }
 
   // 瓒呮湡鏈暣鏀圭殑闅愭偅鏍峰紡
   .overdue {
@@ -393,7 +398,7 @@
   }
 
   .overdue .item-header::after {
-    content: "瓒呮湡鏈暣鏀�";
+    content: "瓒呮湡";
     position: absolute;
     top: 32rpx;
     right: 20rpx;

--
Gitblit v1.9.3