From d8bc554368a78a0ad218b0f5903939fcc344b93a Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期五, 06 三月 2026 16:58:34 +0800
Subject: [PATCH] 巡检管理更名

---
 src/pages/cooperativeOffice/collaborativeApproval/index.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/pages/cooperativeOffice/collaborativeApproval/index.vue b/src/pages/cooperativeOffice/collaborativeApproval/index.vue
index 6c3defa..bc69a5f 100644
--- a/src/pages/cooperativeOffice/collaborativeApproval/index.vue
+++ b/src/pages/cooperativeOffice/collaborativeApproval/index.vue
@@ -97,13 +97,13 @@
               </view>
               <view class="detail-row">
                 <view class="actions">
-                  <u-button type="primary"
+                  <!-- <u-button type="primary"
                             size="small"
                             class="action-btn edit"
                             :disabled="item.approveStatus == 2 || item.approveStatus == 1 || item.approveStatus == 4 || item.approveStatus == 8"
                             @click="handleItemClick(item)">
                     缂栬緫
-                  </u-button>
+                  </u-button> -->
                   <u-button type="success"
                             size="small"
                             class="action-btn approve"
@@ -123,13 +123,13 @@
       <text>鏆傛棤瀹℃壒鏁版嵁</text>
     </view>
     <!-- 娴姩鎿嶄綔鎸夐挳 -->
-    <view class="fab-button"
+    <!-- <view class="fab-button"
           v-if="props.approveType != 5 && props.approveType != 6 && props.approveType != 7"
           @click="handleAdd">
       <up-icon name="plus"
                size="24"
                color="#ffffff"></up-icon>
-    </view>
+    </view> -->
   </view>
 </template>
 
@@ -158,7 +158,7 @@
       5: "閲囪喘绠$悊",
       6: "鎶ヤ环绠$悊",
       7: "鍙戣揣瀹℃壒",
-      8: "鍗遍櫓浣滀笟绠$悊",
+      8: "鍗遍櫓浣滀笟瀹℃壒",
     };
     return titleMap[type] || "瀹℃壒绠$悊";
   };

--
Gitblit v1.9.3