对齐 Parent Group 前端展示与复核

This commit is contained in:
andy
2026-07-12 13:35:01 +08:00
parent 92489af18e
commit bf796946f9
13 changed files with 575 additions and 13 deletions

View File

@@ -309,6 +309,7 @@ export default {
},
viewOrder: 'View order',
viewConversation: 'View email conversation',
parentGroup: 'Parent Group',
sourceMessageId: 'Source message ID',
sourceSubject: 'Source subject',
sourceSender: 'Sender',
@@ -334,6 +335,16 @@ export default {
agentAssessment: 'AI raw fields',
sourceNotification: 'Source message notification',
manualReviewData: 'Manual review data',
manualReviewEvidence: 'Manual review evidence',
manualReviewEvidenceFallback: 'Confirm the Parent Group identity from the source email and candidates.',
manualReviewMissingFields: 'Missing fields',
manualReviewBlockingPoints: 'Blocking points',
manualReviewConflictingPoints: 'Conflicting points',
manualReviewSuggestedActions: 'Suggested actions',
manualReviewEvidenceToCheck: 'Evidence to check',
parentIdentityCandidates: 'Parent Group candidates',
parentIdentityCandidate: 'Candidate',
noParentIdentityCandidates: 'No Parent Group candidates yet. Backend should expose context_used.parent_identity_candidates.',
adapterContractErrors: 'Adapter contract errors',
unhandledIntents: 'Unhandled intents',
noSourceOnlyResult: 'No source message entry result is available.',
@@ -459,6 +470,7 @@ export default {
NEW_BOOKING: 'New booking',
UPDATE_BOOKING: 'Update booking',
CANCEL_BOOKING: 'Cancel booking',
CANCEL_ALLOTMENT: 'Cancel Parent Group allotment',
VOUCHER: 'Voucher',
ROOMING_LIST: 'Rooming list',
AMEND_GROUP_CODE: 'Amend group code',
@@ -479,6 +491,7 @@ export default {
UPDATE_STAY_DATES: 'Update stay dates',
UPDATE_ROOM_TYPE: 'Update room type',
UPDATE_FIX_CHARGE: 'Update fixed charge',
CANCEL_ALLOTMENT_CONTROL_BLOCK: 'Cancel Parent Group control block',
NEW_GROUP_BLOCK: 'New group block',
NEW_FIT_RESERVATION: 'New FIT reservation',
MANUAL_REVIEW: 'Manual review',

View File

@@ -309,6 +309,7 @@ export default {
},
viewOrder: 'ดูออเดอร์',
viewConversation: 'ดูเธรดอีเมล',
parentGroup: 'Parent Group',
sourceMessageId: 'รหัสข้อความต้นทาง (ID)',
sourceSubject: 'หัวข้อต้นทาง',
sourceSender: 'ผู้ส่ง',
@@ -334,6 +335,16 @@ export default {
agentAssessment: 'ข้อมูลดิบจาก AI',
sourceNotification: 'การแจ้งเตือนข้อความต้นทาง',
manualReviewData: 'ข้อมูลตรวจสอบด้วยคน',
manualReviewEvidence: 'หลักฐานการตรวจสอบด้วยคน',
manualReviewEvidenceFallback: 'ยืนยันตัวตน Parent Group จากอีเมลต้นทางและรายการตัวเลือก',
manualReviewMissingFields: 'ข้อมูลที่ขาด',
manualReviewBlockingPoints: 'จุดที่บล็อก',
manualReviewConflictingPoints: 'จุดที่ขัดแย้ง',
manualReviewSuggestedActions: 'การดำเนินการที่แนะนำ',
manualReviewEvidenceToCheck: 'หลักฐานที่ควรตรวจ',
parentIdentityCandidates: 'ตัวเลือก Parent Group',
parentIdentityCandidate: 'ตัวเลือก',
noParentIdentityCandidates: 'ยังไม่มีตัวเลือก Parent Group ต้องให้หลังบ้านส่ง context_used.parent_identity_candidates',
adapterContractErrors: 'ข้อผิดพลาดสัญญา Adapter',
unhandledIntents: 'เจตนาที่ยังไม่รองรับ',
noSourceOnlyResult: 'ยังไม่มีผลลัพธ์ทางเข้าของข้อความต้นทาง',
@@ -459,6 +470,7 @@ export default {
NEW_BOOKING: 'จองใหม่',
UPDATE_BOOKING: 'แก้ไขการจอง',
CANCEL_BOOKING: 'ยกเลิกการจอง',
CANCEL_ALLOTMENT: 'ยกเลิกโควตา Parent Group',
VOUCHER: 'วอเชอร์',
ROOMING_LIST: 'รายชื่อห้องพัก',
AMEND_GROUP_CODE: 'แก้ไขเลขกรุ๊ป',
@@ -479,6 +491,7 @@ export default {
UPDATE_STAY_DATES: 'แก้ไขวันเข้าพัก',
UPDATE_ROOM_TYPE: 'แก้ไขประเภทห้อง',
UPDATE_FIX_CHARGE: 'แก้ไขค่าบริการคงที่',
CANCEL_ALLOTMENT_CONTROL_BLOCK: 'ยกเลิกบล็อก Parent Group ทั้งก้อน',
NEW_GROUP_BLOCK: 'บล็อกกรุ๊ปใหม่',
NEW_FIT_RESERVATION: 'จองรายบุคคลใหม่',
MANUAL_REVIEW: 'ตรวจสอบด้วยคน',

View File

@@ -309,6 +309,7 @@ export default {
},
viewOrder: '查看订单',
viewConversation: '查看邮件会话',
parentGroup: 'Parent Group',
sourceMessageId: '来源消息编号ID',
sourceSubject: '来源主题',
sourceSender: '发件人',
@@ -334,6 +335,16 @@ export default {
agentAssessment: 'AI 原始字段',
sourceNotification: '来源消息通知',
manualReviewData: '人工复核信息',
manualReviewEvidence: '人工复核证据',
manualReviewEvidenceFallback: '请根据来源邮件和候选信息确认 Parent Group 身份。',
manualReviewMissingFields: '缺失字段',
manualReviewBlockingPoints: '阻塞点',
manualReviewConflictingPoints: '冲突点',
manualReviewSuggestedActions: '建议动作',
manualReviewEvidenceToCheck: '建议核对证据',
parentIdentityCandidates: 'Parent Group 候选',
parentIdentityCandidate: '候选项',
noParentIdentityCandidates: '暂无 Parent Group 候选;需要后端透出 context_used.parent_identity_candidates。',
adapterContractErrors: '适配契约异常',
unhandledIntents: '未处理意图',
noSourceOnlyResult: '暂无来源消息入口结果。',
@@ -459,6 +470,7 @@ export default {
NEW_BOOKING: '新预订',
UPDATE_BOOKING: '修改预订',
CANCEL_BOOKING: '取消预订',
CANCEL_ALLOTMENT: '取消 Parent Group 配额',
VOUCHER: '凭证',
ROOMING_LIST: '房表',
AMEND_GROUP_CODE: '修改团队号',
@@ -479,6 +491,7 @@ export default {
UPDATE_STAY_DATES: '修改入住日期',
UPDATE_ROOM_TYPE: '修改房型',
UPDATE_FIX_CHARGE: '修改固定收费',
CANCEL_ALLOTMENT_CONTROL_BLOCK: '取消 Parent Group 整块配额',
NEW_GROUP_BLOCK: '新团队预留',
NEW_FIT_RESERVATION: '新散客预订',
MANUAL_REVIEW: '人工复核',