外部测试内部绑定ok
This commit is contained in:
@@ -31,6 +31,15 @@ export const adminInventoryStatusOptions = [
|
||||
{ label: '已作废', value: 'invalid' },
|
||||
]
|
||||
|
||||
export const adminInventoryCredentialTypeOptions = [
|
||||
{ label: '全部凭据类型', value: '' },
|
||||
{ label: '腾讯兑换码(自动领取)', value: 'tencent_code' },
|
||||
{ label: '卡号卡密', value: 'card_password' },
|
||||
{ label: '账号密码', value: 'account_password' },
|
||||
{ label: '激活链接', value: 'activation_link' },
|
||||
{ label: '纯文本凭据', value: 'text_credential' },
|
||||
]
|
||||
|
||||
export const adminWebhookProcessedOptions = [
|
||||
{ label: '全部', value: '' },
|
||||
{ label: '处理成功', value: '1' },
|
||||
|
||||
Reference in New Issue
Block a user