From c384e04f81caf681647c602d5896cc10b289582e Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期五, 27 二月 2026 14:59:16 +0800
Subject: [PATCH] 经销商管理
---
admin/src/components/business/OperaCouponGoodsWindow.vue | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/admin/src/components/business/OperaCouponGoodsWindow.vue b/admin/src/components/business/OperaCouponGoodsWindow.vue
index a4301a5..b2e00ad 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>
<!-- 琛ㄦ牸鍜屽垎椤� -->
@@ -249,6 +251,6 @@
<style scoped>
.table-pagination{
position: fixed !important;
- bottom: 50px;
+ bottom: 10px;
}
</style>
--
Gitblit v1.9.3