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>