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/components/business/OperaCouponGoodsWindow.vue |   18 +++++++++++++++---
 1 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/admin/src/components/business/OperaCouponGoodsWindow.vue b/admin/src/components/business/OperaCouponGoodsWindow.vue
index b2e00ad..7909c7a 100644
--- a/admin/src/components/business/OperaCouponGoodsWindow.vue
+++ b/admin/src/components/business/OperaCouponGoodsWindow.vue
@@ -8,7 +8,7 @@
   >
     <TableLayout>
       <!-- 鎼滅储琛ㄥ崟 -->
-      <el-form ref="searchForm" slot="search-form" id="curSearchForm" :model="searchForm" label-width="100px" style="display: block;" >
+      <el-form ref="searchForm" slot="search-form" id="curSearchForm" :model="searchForm" label-width="100px"  inline >
         <el-form-item label="" prop="name" label-width="5px" style="display: inline-block;margin-right: 30px;">
           <el-input v-model="searchForm.name" style="width: 150px;" placeholder="鍟嗗搧鍚嶇О" clearable @keypress.enter.native="search"></el-input>
         </el-form-item>
@@ -104,12 +104,18 @@
     return {
       title: '',
       visible: false,
+      selectGoods:[],
       // 鎼滅储
       searchForm: {
         id: '',
+        name:'',
+        categoryId:'',
+        brandId:'',
         bindShopId: ''
       },
-      shops: []
+      shops: [],
+      brands:[],
+      labels:[]
     }
   },
   created () {
@@ -248,7 +254,13 @@
   }
 }
 </script>
-<style scoped>
+<style lang="scss" scoped>
+::v-deep .el-select {
+  width: 100%;
+  .el-input__inner {
+    width: 100%;
+  }
+}
 .table-pagination{
   position: fixed !important;
   bottom: 10px;

--
Gitblit v1.9.3