统一状态码,优化对应逻辑
This commit is contained in:
@@ -85,15 +85,17 @@
|
||||
infoContent: 'SEND',
|
||||
remark: '快件已到达【XX分拨中心】,准备发往下一站',
|
||||
acceptTime: '',
|
||||
carrier: '圆通速递'
|
||||
carrier: '顺丰速运'
|
||||
})
|
||||
|
||||
const statusOptions = [
|
||||
{ label: '揽收 (GOT)', value: 'GOT' },
|
||||
{ label: '已揽收 (GOT)', value: 'GOT' },
|
||||
{ label: '运输中 (SEND)', value: 'SEND' },
|
||||
{ label: '派送中 (SENT)', value: 'SENT' },
|
||||
{ label: '待取件 (PICKUP)', value: 'PICKUP' },
|
||||
{ label: '已签收 (SIGNED)', value: 'SIGNED' },
|
||||
{ label: '异常 (FAILED)', value: 'FAILED' }
|
||||
{ label: '异常 (FAILED)', value: 'FAILED' },
|
||||
{ label: '退回 (RETURNED)', value: 'RETURNED' }
|
||||
]
|
||||
|
||||
const currentStatusLabel = computed((): string => {
|
||||
|
||||
Reference in New Issue
Block a user