lilei 3 лет назад
Родитель
Сommit
6c5900a1de
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      src/config/router.config.js

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

@@ -305,7 +305,7 @@ export const asyncRouterMap = [
             name: 'matchSendOutOrder',
             component: BlankLayout,
             meta: {
-              title: '发货对单',
+              title: '销售发货对单',
               icon: 'vertical-align-bottom',
               // permission: 'M_matchSendOutOrderList'
             },
@@ -316,7 +316,7 @@ export const asyncRouterMap = [
                 name: 'matchSendOutOrderList',
                 component: () => import(/* webpackChunkName: "salesManagement" */ '@/views/salesManagement/matchSendOutOrder/list.vue'),
                 meta: {
-                  title: '发货对单',
+                  title: '销售发货对单',
                   icon: 'vertical-align-bottom',
                   hidden: true,
                   // permission: 'M_matchSendOutOrderList'
@@ -1261,7 +1261,7 @@ export const asyncRouterMap = [
             name: 'matchSendOutOrderAllocation',
             component: BlankLayout,
             meta: {
-              title: '发货对单',
+              title: '调拨发货对单',
               icon: 'vertical-align-bottom',
               // permission: 'M_matchSendOutOrderAllocationList'
             },
@@ -1272,7 +1272,7 @@ export const asyncRouterMap = [
                 name: 'matchSendOutOrderAllocationList',
                 component: () => import(/* webpackChunkName: "allocationManagement" */ '@/views/allocationManagement/matchSendOutOrder/list.vue'),
                 meta: {
-                  title: '发货对单',
+                  title: '调拨发货对单',
                   icon: 'vertical-align-bottom',
                   hidden: true,
                   // permission: 'M_matchSendOutOrderAllocationList'