|
@@ -106,19 +106,19 @@ export const asyncRouterMap = [{
|
|
|
path: '/supplierManagement',
|
|
|
name: 'supplierManagement',
|
|
|
component: PageView,
|
|
|
- meta: { title: '供应商管理', icon: 'switcher' },
|
|
|
+ meta: { title: '供应商管理', icon: 'solution' },
|
|
|
children: [
|
|
|
{
|
|
|
path: 'supplierList',
|
|
|
name: 'SupplierList',
|
|
|
component: () => import(/* webpackChunkName: "storehouseManagement" */ '@/views/supplierManagement/SupplierList.vue'),
|
|
|
- meta: { title: '供应商信息', icon: 'security-scan' }
|
|
|
+ meta: { title: '供应商信息', icon: 'contacts' }
|
|
|
},
|
|
|
{
|
|
|
path: 'organization',
|
|
|
name: 'Organization',
|
|
|
component: () => import(/* webpackChunkName: "storehouseManagement" */ '@/views/supplierManagement/Organization.vue'),
|
|
|
- meta: { title: '组织机构', icon: 'security-scan' }
|
|
|
+ meta: { title: '组织机构', icon: 'cluster' }
|
|
|
}
|
|
|
]
|
|
|
},
|