quanwei
18 hours ago c441dea81bd86bdfb12dff35821fed51f4cc91c2
shop_vue/src/views/plus/region/index.vue
@@ -9,12 +9,14 @@
    <Apply v-if="activeName == 'apply'"></Apply>
    <!--代理用户-->
    <User v-if="activeName == 'user'"></User>
    <!--结算-->
    <Bonus v-if="activeName == 'bonus'"></Bonus>
    <!--提现申请-->
    <Cash v-if="activeName == 'cash'"></Cash>
    <!--分销设置-->
    <Setting v-if="activeName == 'setting'"></Setting>
    <Auth v-if="activeName == 'auth'"></Auth>
    <!--分销海报-->
    <Grade v-if="activeName == 'grade'"></Grade>
@@ -30,6 +32,7 @@
import Cash from './cash/Cash';
import Setting from './setting/Setting';
import Grade from './grade/index';
import Auth from './auth/index';
export default {
  components: {
@@ -38,7 +41,8 @@
    Bonus,
    Cash,
    Setting,
    Grade
    Grade,
    Auth
  },
  data() {
    return {
@@ -77,10 +81,15 @@
        //   path:'/plus/region/grade/index'
        // },
        {
          key: 'auth',
          value: '权限设置',
          path:'/plus/region/auth/index'
        },
        {
          key: 'setting',
          value: '代理设置',
          path:'/plus/region/setting/index'
        }
        },
      ],
      /*权限筛选后的数据*/
      tabList:[],