修复链接 feifei 不展示
This commit is contained in:
@@ -29,6 +29,7 @@ const STATUS_LABELS: Record<string, string> = {
|
||||
disabled: '已停用',
|
||||
dispatched_pending_return: '待退还号码',
|
||||
expired: '已过期',
|
||||
external: '外部链接',
|
||||
failed: '失败',
|
||||
invalid: '已作废',
|
||||
link_generated: '已生成链接',
|
||||
@@ -90,6 +91,7 @@ const STATUS_COLORS: Record<string, string> = {
|
||||
customer_processing: 'blue',
|
||||
delivered: 'green',
|
||||
disabled: 'red',
|
||||
external: 'cyan',
|
||||
failed: 'red',
|
||||
invalid: 'orange',
|
||||
link_generated: 'cyan',
|
||||
|
||||
Reference in New Issue
Block a user