From 28db820caf0ed90f4326d29cb0fa7a19cba92775 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期五, 27 二月 2026 16:33:03 +0800
Subject: [PATCH] 经销商管理
---
admin/src/components/business/OperaCouponGoodsWindow.vue | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/admin/src/components/business/OperaCouponGoodsWindow.vue b/admin/src/components/business/OperaCouponGoodsWindow.vue
index a4301a5..6c14332 100644
--- a/admin/src/components/business/OperaCouponGoodsWindow.vue
+++ b/admin/src/components/business/OperaCouponGoodsWindow.vue
@@ -2,6 +2,7 @@
<GlobalWindow
:title="title"
width="100%"
+ :with-footer="false"
:visible.sync="visible"
@confirm="confirm"
>
@@ -24,6 +25,7 @@
<section>
<el-button type="primary" @click="search">鎼滅储</el-button>
<el-button @click="reset">閲嶇疆</el-button>
+ <el-button type="primary" style="margin-left: 30px;font-weight: bold" @click="confirm">纭鍟嗗搧閰嶇疆</el-button>
</section>
</el-form>
<!-- 琛ㄦ牸鍜屽垎椤� -->
@@ -102,12 +104,15 @@
return {
title: '',
visible: false,
+ selectGoods:[],
// 鎼滅储
searchForm: {
id: '',
bindShopId: ''
},
- shops: []
+ shops: [],
+ brands:[],
+ labels:[]
}
},
created () {
@@ -249,6 +254,6 @@
<style scoped>
.table-pagination{
position: fixed !important;
- bottom: 50px;
+ bottom: 10px;
}
</style>
--
Gitblit v1.9.3