|
@@ -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'
|