对齐 Parent Group 前端展示与复核
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user