添加组件及页面
This commit is contained in:
@@ -74,6 +74,16 @@ export const menuConfig = [
|
||||
icon: 'home',
|
||||
iconColor: iconColor,
|
||||
children: [
|
||||
{
|
||||
title: '商品信息',
|
||||
url: '/pages/other/goods/goods',
|
||||
auth: 'SF_ERP_GOODS_VIEW',
|
||||
},
|
||||
{
|
||||
title: '批次信息',
|
||||
url: '/pages/other/batch/batch',
|
||||
auth: 'SF_ERP_GOODS_BATCH_VIEW',
|
||||
},
|
||||
{
|
||||
title: '原料出库',
|
||||
url: '/pages/other/outbound/outbound',
|
||||
|
||||
Reference in New Issue
Block a user