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 | 12 +++---------
1 files changed, 3 insertions(+), 9 deletions(-)
diff --git a/admin/src/views/business/bannerZhuanqu.vue b/admin/src/views/business/bannerZhuanqu.vue
index ce79151..22c9c34 100644
--- a/admin/src/views/business/bannerZhuanqu.vue
+++ b/admin/src/views/business/bannerZhuanqu.vue
@@ -19,7 +19,7 @@
</template>
</el-table-column>
<el-table-column prop="parentName" label="涓撳尯鍚嶇О" align="center" min-width="140px" show-overflow-tooltip></el-table-column>
- <el-table-column prop="goodsName" label="鍏宠仈浜у搧" align="center" min-width="100px" show-overflow-tooltip></el-table-column>
+ <el-table-column prop="goodsNum" label="鍏宠仈浜у搧鏁�" align="center" min-width="100px" show-overflow-tooltip></el-table-column>
<el-table-column prop="sortnum" label="鎺掑簭鐮�(鍗囧簭)" align="center" min-width="100px"></el-table-column>
<el-table-column prop="createDate" label="鍒涘缓鏃堕棿" align="center" min-width="140px"></el-table-column>
<el-table-column
@@ -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