From 481e405e566642a93394b1e28af023448286d599 Mon Sep 17 00:00:00 2001
From: ZN <zhang_12370@163.com>
Date: 星期四, 26 三月 2026 17:53:17 +0800
Subject: [PATCH] refactor: 移除多个页面的编辑、删除及新增功能按钮

---
 src/pages/basicData/supplierManage/index.vue |   23 +----------------------
 1 files changed, 1 insertions(+), 22 deletions(-)

diff --git a/src/pages/basicData/supplierManage/index.vue b/src/pages/basicData/supplierManage/index.vue
index a7c01a0..24aadc8 100644
--- a/src/pages/basicData/supplierManage/index.vue
+++ b/src/pages/basicData/supplierManage/index.vue
@@ -1,16 +1,6 @@
 <template>
   <view class="sales-account">
-    <PageHeader title="渚涘簲鍟嗙鐞�" @back="goBack">
-      <template #right>
-        <up-button
-          type="primary"
-          size="small"
-          text="鏂板"
-          :customStyle="{ marginRight: '12px' }"
-          @click="goAdd"
-        />
-      </template>
-    </PageHeader>
+    <PageHeader title="渚涘簲鍟嗙鐞�" @back="goBack"/>
     <view class="search-section">
       <view class="search-bar">
         <view class="search-input">
@@ -77,17 +67,6 @@
               <text class="detail-label">缁存姢鏃堕棿</text>
               <text class="detail-value">{{ item.maintainTime || "-" }}</text>
             </view>
-          </view>
-          <view class="action-buttons">
-            <u-button size="small" class="action-btn" @click="goEdit(item)">缂栬緫</u-button>
-            <u-button
-              type="error"
-              size="small"
-              class="action-btn"
-              @click="handleDelete(item)"
-            >
-              鍒犻櫎
-            </u-button>
           </view>
         </view>
       </view>

--
Gitblit v1.9.3