瀏覽代碼

库存/散件导入报表

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'