소스 검색

修改bug

chenrui 1 개월 전
부모
커밋
60fdd37d9c
1개의 변경된 파일20개의 추가작업 그리고 20개의 파일을 삭제
  1. 20 20
      src/config/report/salesReport.js

+ 20 - 20
src/config/report/salesReport.js

@@ -434,51 +434,51 @@ export default {
       ]
     },
     {
-      path: '/reportData/returnGoodsPresentation',
-      redirect: '/reportData/returnGoodsPresentation/list',
-      name: 'returnGoodsPresentation',
+      path: '/reportData/billingStatistics',
+      redirect: '/reportData/billingStatistics/index',
+      name: 'billingStatistics',
       component: BlankLayout,
       meta: {
-        title: '退货交单报表',
+        title: '开单统计报表',
         icon: 'profile',
-        permission: 'M_returnGoodsPresentationList'
+        permission: 'M_billingStatisticsList'
       },
       hideChildrenInMenu: true,
       children: [
         {
-          path: 'list',
-          name: 'returnGoodsPresentationList',
-          component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/returnGoodsPresentation/list.vue'),
+          path: 'index',
+          name: 'billingStatisticsIndex',
+          component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/billingStatistics/index.vue'),
           meta: {
-            title: '退货交单报表列表',
+            title: '开单统计报表',
             icon: 'profile',
             hidden: true,
-            permission: 'M_returnGoodsPresentationList'
+            permission: 'M_billingStatisticsList'
           }
         }
       ]
     },
     {
-      path: '/reportData/billingStatistics',
-      redirect: '/reportData/billingStatistics/index',
-      name: 'billingStatistics',
+      path: '/reportData/returnGoodsPresentation',
+      redirect: '/reportData/returnGoodsPresentation/list',
+      name: 'returnGoodsPresentation',
       component: BlankLayout,
       meta: {
-        title: '开单统计报表',
+        title: '退货交单报表',
         icon: 'profile',
-        permission: 'M_billingStatisticsList'
+        permission: 'M_returnGoodsPresentationList'
       },
       hideChildrenInMenu: true,
       children: [
         {
-          path: 'index',
-          name: 'billingStatisticsIndex',
-          component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/billingStatistics/index.vue'),
+          path: 'list',
+          name: 'returnGoodsPresentationList',
+          component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/returnGoodsPresentation/list.vue'),
           meta: {
-            title: '开单统计报表',
+            title: '退货交单报表列表',
             icon: 'profile',
             hidden: true,
-            permission: 'M_billingStatisticsList'
+            permission: 'M_returnGoodsPresentationList'
           }
         }
       ]