From c899675f6cd2303dc802ee7d04d4bf5dc903ac02 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 18 三月 2026 11:37:31 +0800
Subject: [PATCH] 进销存升级app 1.工作台图标替换
---
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