From 77970ad391881f9c49a3f15dda8bb447e9326fd2 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期五, 27 二月 2026 15:07:33 +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