MrShi
7 小时以前 41115bb4b6d0161ff6d2c15ef6b3d5386a14ac9c
admin/src/views/business/bannerZhuanqu.vue
@@ -37,6 +37,7 @@
            >编辑</el-button>
            <el-button
              type="text"
              style="color: red;"
              @click="deleteById(row)"
              v-permissions="['business:banner:delete']"
            >删除</el-button>
@@ -69,15 +70,8 @@
    return {
      // 搜索
      searchForm: {
        position: '',
        type: '',
        position: 3
      },
    }
  },
  provide() {
    return {
      postions: () => this.postions,
      types: () => this.types,
    }
  },
  created () {