chenrui hace 2 años
padre
commit
cef858ae51
Se han modificado 1 ficheros con 8 adiciones y 8 borrados
  1. 8 8
      src/config/router.config.js

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

@@ -1735,8 +1735,8 @@ export const asyncRouterMap = [
             component: BlankLayout,
             meta: {
               title: '采购退货单报表',
-              icon: 'profile'
-              // permission: 'M_urchaseReturn'
+              icon: 'profile',
+              permission: 'M_urchaseReturn'
             },
             hideChildrenInMenu: true,
             children: [
@@ -1747,8 +1747,8 @@ export const asyncRouterMap = [
                 meta: {
                   title: '采购退货单报表列表',
                   icon: 'profile',
-                  hidden: true
-                  // permission: 'M_urchaseReturnList'
+                  hidden: true,
+                  permission: 'M_urchaseReturnList'
                 }
               }
             ]
@@ -1760,8 +1760,8 @@ export const asyncRouterMap = [
             component: BlankLayout,
             meta: {
               title: '采购退货单明细报表',
-              icon: 'profile'
-              // permission: 'M_urchaseDetailReturn'
+              icon: 'profile',
+              permission: 'M_urchaseDetailReturn'
             },
             hideChildrenInMenu: true,
             children: [
@@ -1772,8 +1772,8 @@ export const asyncRouterMap = [
                 meta: {
                   title: '采购退货单明细报表列表',
                   icon: 'profile',
-                  hidden: true
-                  // permission: 'M_urchaseDetailReturnList'
+                  hidden: true,
+                  permission: 'M_urchaseDetailReturnList'
                 }
               }
             ]