Browse Source

库存/散件导入报表

lilei 3 years ago
parent
commit
b220158017
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/config/router.config.js

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

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