feat: add account and remove asiapay
This commit is contained in:
parent
ea793165d7
commit
d1382d762c
@ -106,8 +106,8 @@ const SearchForm: React.FC<SearchFormProps> = (props) => {
|
||||
<Col xxl={6} xl={6} md={8}>
|
||||
<Form.Select showClear field="payment_channel" label={t('bill.title_pay_channel')}
|
||||
placeholder={t('base.please_select')} style={{width: '100%'}}>
|
||||
<Form.Select.Option value="ASIAPAY">ASIAPAY</Form.Select.Option>
|
||||
<Form.Select.Option value="FLYWIRE">FLYWIRE</Form.Select.Option>
|
||||
<Form.Select.Option value="CBP">CBP</Form.Select.Option>
|
||||
<Form.Select.Option value="PPS">PPS</Form.Select.Option>
|
||||
</Form.Select>
|
||||
</Col>
|
||||
|
@ -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'],
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user