diff --git a/src/components/bill/search-form.tsx b/src/components/bill/search-form.tsx index cad17b4..6468320 100644 --- a/src/components/bill/search-form.tsx +++ b/src/components/bill/search-form.tsx @@ -106,8 +106,8 @@ const SearchForm: React.FC = (props) => { - ASIAPAY FLYWIRE + CBP PPS diff --git a/src/contexts/auth/role.ts b/src/contexts/auth/role.ts index 7635f42..e1864f8 100644 --- a/src/contexts/auth/role.ts +++ b/src/contexts/auth/role.ts @@ -5,24 +5,15 @@ const RoleConfig: { [key: string]: UserRole } = { } /* -11. 权限管理: - - RO: Kitty - - FO 1: Cecilia, Zoe, Jacko - - FO 2: 现场支付和查询账单:Ancus - - 超级管理员权限:可以添加用户和权限。 - - - - ETSO: 超级管理员,用户名:michaelding,kennytan - RO: 现场支付和查看,用户名:kittyho - FO2:现场支付和查看,用户名:ancuscheng - - FO:全部权限,用户名: ceciliachan sylam jackoyeung - STAFF: 现场支付 + ETSO: 超级管理员,用户名:michaelding,kennytan + RO: 现场支付和查看,用户名:kittyho, tlhoo, fredacheng + FO2:现场支付和查看,用户名:ancuscheng + FO:全部权限,用户名:ceciliachan,sylam,jackoyeung + STAFF: 现场支付 */ const UserRoles: { [key: string]: string[] } = { 'root': ['michaelding', 'kennytan','itsotest010'], - 'ro': ['kittyho', 'ancuscheng'], + 'ro': ['kittyho', 'ancuscheng','tlhoo','fredacheng'], 'fo': ['ceciliachan', 'sylam', 'jackoyeung'], }