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/customerService/afterSalesHandling/index.vue | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/pages/customerService/afterSalesHandling/index.vue b/src/pages/customerService/afterSalesHandling/index.vue
index 1fa568a..7a3138d 100644
--- a/src/pages/customerService/afterSalesHandling/index.vue
+++ b/src/pages/customerService/afterSalesHandling/index.vue
@@ -61,9 +61,7 @@
</view>
<up-divider></up-divider>
<view class="detail-buttons">
- <up-button size="small" type="primary" v-if="item.status === 1" @click.stop="openHandleForm('approve', item)">澶勭悊</up-button>
<up-button size="small" type="primary" plain @click.stop="openHandleForm('view', item)">鏌ョ湅</up-button>
- <up-button size="small" type="info" plain @click.stop="openFiles(item)">闄勪欢</up-button>
</view>
</view>
</view>
--
Gitblit v1.9.3