彻底重构-4
This commit is contained in:
@@ -23,7 +23,7 @@ export const adminTaskStatusOptions = [
|
||||
{ label: '已关闭', value: 'closed' },
|
||||
]
|
||||
|
||||
export const adminCdkStatusOptions = [
|
||||
export const adminInventoryStatusOptions = [
|
||||
{ label: '全部', value: '' },
|
||||
{ label: '可用', value: 'available' },
|
||||
{ label: '已预占', value: 'reserved' },
|
||||
@@ -55,12 +55,12 @@ export const adminAuditActionOptions = [
|
||||
{ label: '修改用户角色', value: 'admin_user_role_updated' },
|
||||
{ label: '修改用户状态', value: 'admin_user_status_updated' },
|
||||
{ label: '重置用户密码', value: 'admin_user_password_reset' },
|
||||
{ label: '释放任务 CDK', value: 'task_release_cdk' },
|
||||
{ label: '释放任务库存', value: 'task_release_inventory' },
|
||||
{ label: '重发领取链接', value: 'task_regenerate_claim_link' },
|
||||
{ label: '关闭任务', value: 'task_closed' },
|
||||
{ label: '转人工处理', value: 'task_mark_manual_review' },
|
||||
{ label: '释放库存 CDK', value: 'inventory_cdk_released' },
|
||||
{ label: '作废库存 CDK', value: 'inventory_cdk_invalidated' },
|
||||
{ label: '释放库存项', value: 'inventory_item_released' },
|
||||
{ label: '作废库存项', value: 'inventory_item_invalidated' },
|
||||
{ label: '重放 Webhook', value: 'webhook_replayed' },
|
||||
]
|
||||
|
||||
@@ -68,6 +68,6 @@ export const adminAuditTargetTypeOptions = [
|
||||
{ label: '全部', value: '' },
|
||||
{ label: '后台用户', value: 'admin_user' },
|
||||
{ label: '交付任务', value: 'task' },
|
||||
{ label: 'CDK 库存', value: 'cdk' },
|
||||
{ label: '库存项', value: 'inventory_item' },
|
||||
{ label: 'Webhook 事件', value: 'webhook_event' },
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user