Browse Source

Merge branch 'master' of http://101.36.160.140:21044/csc/csc-szls-vue

GaoYuPeng 3 years ago
parent
commit
68d4fda5a3
1 changed files with 10 additions and 10 deletions
  1. 10 10
      shanXiPlatform/src/router/index.js

+ 10 - 10
shanXiPlatform/src/router/index.js

@@ -587,7 +587,7 @@ export const constantRoutes = [
587
         component: storeTabs,
587
         component: storeTabs,
588
         name: 'inventory',
588
         name: 'inventory',
589
         redirect: 'inventory/inventoryQuality',
589
         redirect: 'inventory/inventoryQuality',
590
-        meta: { title: '库存质量管理', icon: 'kucunsel', affix: false , relation: 'house', istable: true },
590
+        meta: { title: '库存质量', icon: 'kucunsel', affix: false , relation: 'house', istable: true },
591
         resourceCode:175,
591
         resourceCode:175,
592
         children: [
592
         children: [
593
           //库存
593
           //库存
@@ -621,7 +621,7 @@ export const constantRoutes = [
621
         component: delstoreTabs,
621
         component: delstoreTabs,
622
         name: 'delivery',
622
         name: 'delivery',
623
         redirect: 'delivery/deliveryQuality',
623
         redirect: 'delivery/deliveryQuality',
624
-        meta: { title: '出库质量管理', icon: 'chukusel', affix: false , relation: 'house', istable: true },
624
+        meta: { title: '出库质量', icon: 'chukusel', affix: false , relation: 'house', istable: true },
625
         resourceCode:176,
625
         resourceCode:176,
626
         children: [
626
         children: [
627
           //库存
627
           //库存
@@ -1124,7 +1124,7 @@ export const constantRoutes = [
1124
         component: EmanageTabs,
1124
         component: EmanageTabs,
1125
         name: 'Emanage',
1125
         name: 'Emanage',
1126
         redirect: 'Emanage/gInspection',
1126
         redirect: 'Emanage/gInspection',
1127
-        meta: { title: '委托管理', icon: 'weituo', affix: false , relation: 'house', navigation: false  , istable: true},
1127
+        meta: { title: '委托管理', icon: 'weituo', affix: false , relation: 'library', navigation: false  , istable: true},
1128
         resourceCode: 183,
1128
         resourceCode: 183,
1129
         children: [
1129
         children: [
1130
           {
1130
           {
@@ -1132,7 +1132,7 @@ export const constantRoutes = [
1132
             component: () => import('@/views/outsideHouse/Emanage/gInspection'),
1132
             component: () => import('@/views/outsideHouse/Emanage/gInspection'),
1133
             name: 'gInspection',
1133
             name: 'gInspection',
1134
             hidden: true,
1134
             hidden: true,
1135
-            meta: { title: '粮情检查', icon: 'documentation', affix: false  , relation: 'house', navigation: false , istable: true},
1135
+            meta: { title: '粮情检查', icon: 'documentation', affix: false  , relation: 'library', navigation: false , istable: true},
1136
             resourceCode: 188,
1136
             resourceCode: 188,
1137
           },
1137
           },
1138
           {
1138
           {
@@ -1140,7 +1140,7 @@ export const constantRoutes = [
1140
             component: () => import('@/views/outsideHouse/Emanage/sInspection'),
1140
             component: () => import('@/views/outsideHouse/Emanage/sInspection'),
1141
             name: 'sInspection',
1141
             name: 'sInspection',
1142
             hidden: true,
1142
             hidden: true,
1143
-            meta: { title: '安全巡查', icon: 'documentation', affix: false , relation: 'house', navigation: false , istable: true },
1143
+            meta: { title: '安全巡查', icon: 'documentation', affix: false , relation: 'library', navigation: false , istable: true },
1144
             resourceCode: 189,
1144
             resourceCode: 189,
1145
           },
1145
           },
1146
           {
1146
           {
@@ -1148,7 +1148,7 @@ export const constantRoutes = [
1148
             component: () => import('@/views/outsideHouse/Emanage/cInspection'),
1148
             component: () => import('@/views/outsideHouse/Emanage/cInspection'),
1149
             name: 'cInspection',
1149
             name: 'cInspection',
1150
             hidden: true,
1150
             hidden: true,
1151
-            meta: { title: '委托公司管理', icon: 'documentation', affix: false , relation: 'house', navigation: false , istable: true},
1151
+            meta: { title: '委托公司管理', icon: 'documentation', affix: false , relation: 'library', navigation: false , istable: true},
1152
             resourceCode: 190
1152
             resourceCode: 190
1153
           }
1153
           }
1154
         ]
1154
         ]
@@ -1180,7 +1180,7 @@ export const constantRoutes = [
1180
         component: rentstoreTabs,
1180
         component: rentstoreTabs,
1181
         name: 'rentWarehouse',
1181
         name: 'rentWarehouse',
1182
         redirect: 'rentWarehouse/gRenthouse',
1182
         redirect: 'rentWarehouse/gRenthouse',
1183
-        meta: { title: '租仓管理', icon: 'zucang', affix: false , relation: 'house', navigation: false, istable: true },
1183
+        meta: { title: '租仓管理', icon: 'zucang', affix: false , relation: 'library', navigation: false, istable: true },
1184
         resourceCode: 184,
1184
         resourceCode: 184,
1185
         children: [
1185
         children: [
1186
           {
1186
           {
@@ -1188,7 +1188,7 @@ export const constantRoutes = [
1188
             component: () => import('@/views/outsideHouse/rentWarehouse/gRenthouse'),
1188
             component: () => import('@/views/outsideHouse/rentWarehouse/gRenthouse'),
1189
             name: 'gRenthouse',
1189
             name: 'gRenthouse',
1190
             hidden: true,
1190
             hidden: true,
1191
-            meta: { title: '粮情检查', icon: 'documentation', affix: false , relation: 'house' , navigation: false , istable: true},
1191
+            meta: { title: '粮情检查', icon: 'documentation', affix: false , relation: 'library' , navigation: false , istable: true},
1192
             resourceCode: 197
1192
             resourceCode: 197
1193
           },
1193
           },
1194
           {
1194
           {
@@ -1196,7 +1196,7 @@ export const constantRoutes = [
1196
             component: () => import('@/views/outsideHouse/rentWarehouse/sRenthouse'),
1196
             component: () => import('@/views/outsideHouse/rentWarehouse/sRenthouse'),
1197
             name: 'sRenthouse',
1197
             name: 'sRenthouse',
1198
             hidden: true,
1198
             hidden: true,
1199
-            meta: { title: '安全巡查', icon: 'documentation', affix: false , relation: 'house', navigation: false , istable: true},
1199
+            meta: { title: '安全巡查', icon: 'documentation', affix: false , relation: 'library', navigation: false , istable: true},
1200
             resourceCode: 199
1200
             resourceCode: 199
1201
           },
1201
           },
1202
           {
1202
           {
@@ -1204,7 +1204,7 @@ export const constantRoutes = [
1204
             component: () => import('@/views/outsideHouse/rentWarehouse/cRenthouse'),
1204
             component: () => import('@/views/outsideHouse/rentWarehouse/cRenthouse'),
1205
             name: 'cRenthouse',
1205
             name: 'cRenthouse',
1206
             hidden: true,
1206
             hidden: true,
1207
-            meta: { title: '租仓公司管理', icon: 'documentation', affix: false , relation: 'house', navigation: false, istable: true },
1207
+            meta: { title: '租仓公司管理', icon: 'documentation', affix: false , relation: 'library', navigation: false, istable: true },
1208
             resourceCode: 200
1208
             resourceCode: 200
1209
           }
1209
           }
1210
         ]
1210
         ]