外部测试内部绑定ok
This commit is contained in:
@@ -31,6 +31,7 @@ export function formatAuditAction(action: string) {
|
||||
inventory_item_invalidated: '作废库存项',
|
||||
webhook_replayed: '重放 Webhook',
|
||||
platform_shop_config_updated: '更新店铺配置',
|
||||
platform_fulfillment_config_updated: '更新履约配置',
|
||||
}
|
||||
|
||||
return formatStatusWithRaw(action, labelMap)
|
||||
|
||||
@@ -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