優化公共事業費操作紀錄與新增操作紀錄規範 Skill
All checks were successful
Koori-ERP-Deploy-System / deploy-demo (push) Successful in 54s
Koori-ERP-Deploy-System / deploy-production (push) Has been skipped

This commit is contained in:
2026-01-21 11:46:16 +08:00
parent b3299618ce
commit 7eed761861
8 changed files with 262 additions and 14 deletions

View File

@@ -74,6 +74,7 @@ export default function RoleCreate({ groupedPermissions }: Props) {
'adjust': '新增 / 調整',
'transfer': '調撥',
'safety_stock': '安全庫存設定',
'export': '匯出',
};
return map[action] || action;

View File

@@ -81,6 +81,7 @@ export default function RoleEdit({ role, groupedPermissions, currentPermissions
'adjust': '新增 / 調整',
'transfer': '調撥',
'safety_stock': '安全庫存設定',
'export': '匯出',
};
return map[action] || action;