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/sales/salesAccount/index.vue |   17 ++++++++++++-----
 1 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/src/pages/sales/salesAccount/index.vue b/src/pages/sales/salesAccount/index.vue
index b5b378a..d6a3d8c 100644
--- a/src/pages/sales/salesAccount/index.vue
+++ b/src/pages/sales/salesAccount/index.vue
@@ -82,6 +82,13 @@
               <u-button class="detail-button"
                         size="small"
                         type="primary"
+                        plain
+                        @click.stop="openOut(item)">
+                鍙戣揣鐘舵��
+              </u-button>
+              <!-- <u-button class="detail-button"
+                        size="small"
+                        type="primary"
                         @click.stop="handleInfo('edit', item)">
                 缂栬緫
               </u-button>
@@ -91,14 +98,14 @@
                         plain
                         @click.stop="openOut(item)">
                 鍙戣揣鐘舵��
-              </u-button>
-              <u-button class="detail-button"
+              </u-button> -->
+              <!-- <u-button class="detail-button"
                         size="small"
                         type="error"
                         plain
                         @click.stop="handleDelete(item)">
                 鍒犻櫎
-              </u-button>
+              </u-button> -->
             </view>
           </view>
         </view>
@@ -109,12 +116,12 @@
       <text>鏆傛棤閿�鍞彴璐︽暟鎹�</text>
     </view>
     <!-- 娴姩鎿嶄綔鎸夐挳 -->
-    <view class="fab-button"
+    <!-- <view class="fab-button"
           @click="handleInfo('add')">
       <up-icon name="plus"
                size="24"
                color="#ffffff"></up-icon>
-    </view>
+    </view> -->
   </view>
 </template>
 

--
Gitblit v1.9.3