소스 검색

库存/散件导入报表

lilei 3 년 전
부모
커밋
b220158017
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/config/router.config.js

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

@@ -2004,7 +2004,7 @@ export const asyncRouterMap = [
             name: 'stockImportReport',
             component: BlankLayout,
             meta: {
-              title: '库存导入报表',
+              title: '库存/散件导入报表',
               icon: 'profile',
               permission: 'M_stockImportReportList'
             },
@@ -2015,7 +2015,7 @@ export const asyncRouterMap = [
                 name: 'stockImportReportIndex',
                 component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/stockImportReport/index.vue'),
                 meta: {
-                  title: '库存导入报表',
+                  title: '库存/散件导入报表',
                   icon: 'profile',
                   hidden: true,
                   permission: 'M_stockImportReportList'