| | |
| | | <GlobalWindow |
| | | :title="title" |
| | | width="100%" |
| | | :with-footer="false" |
| | | :visible.sync="visible" |
| | | @confirm="confirm" |
| | | > |
| | |
| | | <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> |
| | | <!-- 表格和分页 --> |
| | |
| | | return { |
| | | title: '', |
| | | visible: false, |
| | | selectGoods:[], |
| | | // 搜索 |
| | | searchForm: { |
| | | id: '', |
| | | bindShopId: '' |
| | | }, |
| | | shops: [] |
| | | shops: [], |
| | | brands:[], |
| | | labels:[] |
| | | } |
| | | }, |
| | | created () { |
| | |
| | | <style scoped> |
| | | .table-pagination{ |
| | | position: fixed !important; |
| | | bottom: 50px; |
| | | bottom: 10px; |
| | | } |
| | | </style> |