修复人工复核任务卡类型映射

This commit is contained in:
andy
2026-07-09 19:29:09 +08:00
parent c1f9870fce
commit a5a251a3f3
5 changed files with 7 additions and 2 deletions

View File

@@ -276,6 +276,7 @@ export default {
TA_RECORD: 'TA record',
MESSAGE_NOTIFICATION: 'Message notification',
MANUAL_REVIEW: 'Manual review',
FALLBACK_REVIEW: 'Manual review',
},
taskSubtype: {
NEW_BOOKING: 'New booking',

View File

@@ -276,6 +276,7 @@ export default {
TA_RECORD: 'ข้อมูลบริษัททัวร์',
MESSAGE_NOTIFICATION: 'แจ้งเตือนข้อความ',
MANUAL_REVIEW: 'ตรวจสอบด้วยคน',
FALLBACK_REVIEW: 'ตรวจสอบด้วยคน',
},
taskSubtype: {
NEW_BOOKING: 'จองใหม่',

View File

@@ -276,6 +276,7 @@ export default {
TA_RECORD: '旅行社记录',
MESSAGE_NOTIFICATION: '消息通知',
MANUAL_REVIEW: '人工复核',
FALLBACK_REVIEW: '人工复核',
},
taskSubtype: {
NEW_BOOKING: '新预订',