添加流程页面

This commit is contained in:
zhengw
2026-02-13 12:38:48 +08:00
parent d9fe6c048f
commit b17edae159
13 changed files with 226 additions and 1 deletions

View File

@@ -115,6 +115,11 @@ export const menuConfig = [
{ title: '供应商', url: '/pages/base/supplier/supplier', auth: 'SF_ERP_SUPPLIER_VIEW' },
{ title: '经销商', url: '/pages/base/customer/customer', auth: 'SF_ERP_CUSTOMER_VIEW' },
{ title: '结算账户', url: '/pages/base/account/account', auth: 'SF_ERP_ACCOUNT_VIEW' },
{
title: '流程配置',
url: '/pages/base/processConfig/processConfig',
auth: 'SF_PROCESS_CONFIG_VIEW',
},
],
},
{