From 41acc01d0056630ac11083cf31397f2462acaf4e Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期五, 06 三月 2026 11:28:39 +0800
Subject: [PATCH] 一些编辑功能隐藏

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

diff --git a/src/pages/cooperativeOffice/collaborativeApproval/index.vue b/src/pages/cooperativeOffice/collaborativeApproval/index.vue
index a7a5b2d..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>
 
@@ -157,8 +157,8 @@
       4: "鎶ラ攢绠$悊",
       5: "閲囪喘绠$悊",
       6: "鎶ヤ环绠$悊",
-      7: "鍑哄簱绠$悊",
-      8: "鍗遍櫓浣滀笟绠$悊",
+      7: "鍙戣揣瀹℃壒",
+      8: "鍗遍櫓浣滀笟瀹℃壒",
     };
     return titleMap[type] || "瀹℃壒绠$悊";
   };

--
Gitblit v1.9.3