浏览代码

修改名称

chenrui 2 年之前
父节点
当前提交
25c898a4f6
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/config/router.config.js

+ 3 - 3
src/config/router.config.js

@@ -2088,7 +2088,7 @@ export const asyncRouterMap = [
             name: 'regionTypeSalesReport',
             component: BlankLayout,
             meta: {
-              title: '各品类实售明细',
+              title: '各分区品类实售明细',
               icon: 'profile',
               permission: 'M_regionTypeSalesReportList'
             },
@@ -2099,7 +2099,7 @@ export const asyncRouterMap = [
                 name: 'regionTypeSalesReportList',
                 component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/regionTypeSalesReport/list.vue'),
                 meta: {
-                  title: '各品类实售明细',
+                  title: '各分区品类实售明细',
                   icon: 'profile',
                   hidden: true,
                   permission: 'M_regionTypeSalesReportList'
@@ -2344,7 +2344,7 @@ export const asyncRouterMap = [
           icon: 'profile',
           permission: 'M_productRebateReport'
         },
-        children:[
+        children: [
           {
             path: '/productRebateReport/index',
             redirect: '/productRebateReport/index/list',