feat: update appraisal ordering and payment flows
This commit is contained in:
@@ -31,6 +31,7 @@ class AdminAccessService
|
||||
['name' => '管理物料', 'code' => 'materials.manage', 'module' => 'materials', 'action' => 'manage'],
|
||||
['name' => '管理权限', 'code' => 'access.manage', 'module' => 'access', 'action' => 'manage'],
|
||||
['name' => '管理系统配置', 'code' => 'system.manage', 'module' => 'system_config', 'action' => 'manage'],
|
||||
['name' => '管理服务价格', 'code' => 'service_prices.manage', 'module' => 'service_prices', 'action' => 'manage'],
|
||||
];
|
||||
}
|
||||
|
||||
@@ -51,6 +52,7 @@ class AdminAccessService
|
||||
'materials' => '物料管理',
|
||||
'access' => '权限中心',
|
||||
'system_config' => '系统配置',
|
||||
'service_prices' => '服务价格',
|
||||
default => $module,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user