浏览代码

1,优化

MONSTER-ygh 1 年之前
父节点
当前提交
7bf834320a
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 1 1
      src/views/distribution/personnelMr/index.vue
  2. 3 3
      src/views/statistics/index.vue

+ 1 - 1
src/views/distribution/personnelMr/index.vue

@@ -84,7 +84,7 @@
           icon="el-icon-s-tools"
           size="mini"
           @click="openRetailRate"
-          v-hasPermi="['personnelMr:personnelMr:codeSet']"
+          v-hasPermi="['personnelMr:personnelMr:RetailRate']"
         >批量设置佣金税率</el-button>
       </el-col>
       <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>

+ 3 - 3
src/views/statistics/index.vue

@@ -50,9 +50,9 @@ export default {
       itemList: [
         // {id: 1, name: '总览统计', url: ''},
         // {id: 2, name: '渠道统计', url: ''},
-        {id: 3, name: '场次销售分析', hasPermi: 'session:session:list', url: 'statisticalReport/session'},
-        {id: 4, name: '场次销售统计', hasPermi: 'statisticalReport:sessionInventory:downloadExcel', url: 'statisticalReport/sessionInventory'},
-        {id: 5, name: '座位类型销售统计', hasPermi: 'statisticalReport:seatInventory:downloadExcel', url: 'statisticalReport/seatInventory'},
+        {id: 3, name: '场次销售分析', hasPermi: 'session:session:list', url: '/statisticalReport/session'},
+        {id: 4, name: '场次销售统计', hasPermi: 'statisticalReport:sessionInventory:downloadExcel', url: '/statisticalReport/sessionInventory'},
+        {id: 5, name: '座位类型销售统计', hasPermi: 'statisticalReport:seatInventory:downloadExcel', url: '/statisticalReport/seatInventory'},
       ]
     };
   },