doum
10 小时以前 28db820caf0ed90f4326d29cb0fa7a19cba92775
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>
      <!-- 表格和分页 -->
@@ -102,12 +104,15 @@
    return {
      title: '',
      visible: false,
      selectGoods:[],
      // 搜索
      searchForm: {
        id: '',
        bindShopId: ''
      },
      shops: []
      shops: [],
      brands:[],
      labels:[]
    }
  },
  created () {
@@ -249,6 +254,6 @@
<style scoped>
.table-pagination{
  position: fixed !important;
  bottom: 50px;
  bottom: 10px;
}
</style>