From 41115bb4b6d0161ff6d2c15ef6b3d5386a14ac9c Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期一, 02 三月 2026 16:40:54 +0800
Subject: [PATCH] 合并

---
 admin/src/views/business/bannerZhuanqu.vue |   10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/admin/src/views/business/bannerZhuanqu.vue b/admin/src/views/business/bannerZhuanqu.vue
index bb08784..22c9c34 100644
--- a/admin/src/views/business/bannerZhuanqu.vue
+++ b/admin/src/views/business/bannerZhuanqu.vue
@@ -37,6 +37,7 @@
             >缂栬緫</el-button>
             <el-button
               type="text"
+              style="color: red;"
               @click="deleteById(row)"
               v-permissions="['business:banner:delete']"
             >鍒犻櫎</el-button>
@@ -69,15 +70,8 @@
     return {
       // 鎼滅储
       searchForm: {
-        position: '',
-        type: '',
+        position: 3
       },
-    }
-  },
-  provide() {
-    return {
-      postions: () => this.postions,
-      types: () => this.types,
     }
   },
   created () {

--
Gitblit v1.9.3