quanwei
2025-10-31 7a27a1d4d0038abe2115adb1753f897f56d66323
shop_vue/src/views/plus/business/index.vue
@@ -41,12 +41,6 @@
      activeName: 'business',
      /*切换数组*/
      sourceList: [
          {
            key: 'industry',
            value: '行业管理',
            path: '/plus/business/industry/index',
          },
        {
          key: 'business',
          value: '名片列表',
@@ -54,14 +48,20 @@
        },
        {
          key: 'template',
          value: '名片模板记录',
          value: '名片模板管理',
          path:'/plus/business/template/index'
        },
        {
          key: 'grade',
          value: '名片等级管理',
          path:'/plus/business/grade/index'
        }
        },
          {
            key: 'industry',
            value: '行业管理',
            path: '/plus/business/industry/index',
          }
      ],
      /*权限筛选后的数据*/
      tabList:[],