|
|
@@ -163,8 +163,8 @@ const menuTitleMap: Record<string, string> = {
|
|
|
'basic-data-adrg-rules': 'ADRG分组规则维护',
|
|
|
'basic-data-core-algorithm': 'DRG算法配置维护',
|
|
|
'basic-data-dip': 'DIP付费病种库',
|
|
|
- 'basic-data-drg-catalog': 'DRGs目录信息表',
|
|
|
- 'basic-data-segmentation-rules': 'ADRG细分规则表',
|
|
|
+ 'basic-data-drg-catalog': 'DRGs目录信息',
|
|
|
+ 'basic-data-segmentation-rules': 'ADRG细分规则',
|
|
|
'system-user': '用户管理',
|
|
|
'system-role': '角色权限',
|
|
|
'system-menu': '菜单配置',
|
|
|
@@ -252,8 +252,8 @@ const menuItems: MenuProps['items'] = [
|
|
|
{ key: 'basic-data-adrg-rules', label: 'ADRG分组规则' },
|
|
|
{ key: 'basic-data-core-algorithm', label: 'DRG算法配置' },
|
|
|
{ key: 'basic-data-dip', label: 'DIP付费病种库' },
|
|
|
- { key: 'basic-data-drg-catalog', label: 'DRGs目录信息表' },
|
|
|
- { key: 'basic-data-segmentation-rules', label: 'ADRG细分规则表' },
|
|
|
+ { key: 'basic-data-drg-catalog', label: 'DRGs目录信息' },
|
|
|
+ { key: 'basic-data-segmentation-rules', label: 'ADRG细分规则' },
|
|
|
],
|
|
|
},
|
|
|
{
|