|
|
|
@ -32,7 +32,7 @@ function Index() {
|
|
|
|
|
title: "Transaction Amount(USD)",
|
|
|
|
|
dataIndex: "AmountUSD",
|
|
|
|
|
key: "AmountUSD",
|
|
|
|
|
render: (value) => comm.formatPrice(value),
|
|
|
|
|
render: value => comm.formatPrice(value),
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Evaluation Score",
|
|
|
|
@ -48,7 +48,7 @@ function Index() {
|
|
|
|
|
title: "TP Reviews Rate",
|
|
|
|
|
dataIndex: "TPReviewRate",
|
|
|
|
|
key: "TPReviewRate",
|
|
|
|
|
render: (value) => comm.formatPercent(value),
|
|
|
|
|
render: value => comm.formatPercent(value),
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Complaints",
|
|
|
|
@ -59,7 +59,7 @@ function Index() {
|
|
|
|
|
title: "Complaint Rate",
|
|
|
|
|
dataIndex: "ComplaintRate",
|
|
|
|
|
key: "ComplaintRate",
|
|
|
|
|
render: (value) => comm.formatPercent(value),
|
|
|
|
|
render: value => comm.formatPercent(value),
|
|
|
|
|
},
|
|
|
|
|
];
|
|
|
|
|
|
|
|
|
@ -88,7 +88,7 @@ function Index() {
|
|
|
|
|
title: "TP Review Rate",
|
|
|
|
|
dataIndex: "CommendRate",
|
|
|
|
|
key: "CommendRate",
|
|
|
|
|
render: (value) => comm.formatPercent(value),
|
|
|
|
|
render: value => comm.formatPercent(value),
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Complaints",
|
|
|
|
@ -99,7 +99,7 @@ function Index() {
|
|
|
|
|
title: "Complaint Rate",
|
|
|
|
|
dataIndex: "ComplaintRate",
|
|
|
|
|
key: "ComplaintRate",
|
|
|
|
|
render: (value) => comm.formatPercent(value),
|
|
|
|
|
render: value => comm.formatPercent(value),
|
|
|
|
|
},
|
|
|
|
|
];
|
|
|
|
|
|
|
|
|
@ -391,7 +391,7 @@ function Index() {
|
|
|
|
|
</div>
|
|
|
|
|
<Divider orientation="center">
|
|
|
|
|
<Typography.Title level={3} type="danger">
|
|
|
|
|
Final Scores: {evaluationScores.FinalScores}
|
|
|
|
|
Final Scores: {evaluationScores.FinalScores}
|
|
|
|
|
</Typography.Title>
|
|
|
|
|
</Divider>
|
|
|
|
|
<br />
|
|
|
|
@ -425,44 +425,44 @@ function Index() {
|
|
|
|
|
<table style={{ textAlign: "center" }}>
|
|
|
|
|
<thead className="ant-table-thead">
|
|
|
|
|
<tr>
|
|
|
|
|
<th scope="col">项目</th>
|
|
|
|
|
<th scope="col">产品</th>
|
|
|
|
|
<th scope="col">得分</th>
|
|
|
|
|
<th scope="col">Category</th>
|
|
|
|
|
<th scope="col">Item</th>
|
|
|
|
|
<th scope="col">Your Scores</th>
|
|
|
|
|
<th scope="col">Note</th>
|
|
|
|
|
</tr>
|
|
|
|
|
</thead>
|
|
|
|
|
<tbody className="ant-table-tbody">
|
|
|
|
|
<tr className="ant-table-row ant-table-row-level-0">
|
|
|
|
|
<td rowSpan="4">地接接待</td>
|
|
|
|
|
<td>导游</td>
|
|
|
|
|
<td rowSpan="4">DMC Services</td>
|
|
|
|
|
<td>Guide</td>
|
|
|
|
|
<td>{evaluationScores.FRTGuide}</td>
|
|
|
|
|
<td rowSpan="7">{evaluationScores.FRTText}</td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<tr className="ant-table-row ant-table-row-level-0">
|
|
|
|
|
<td>司机+车</td>
|
|
|
|
|
<td>Driver & Vehicle</td>
|
|
|
|
|
<td>{evaluationScores.FRTGriver}</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr className="ant-table-row ant-table-row-level-0">
|
|
|
|
|
<td>餐</td>
|
|
|
|
|
<td>Food Arrangement</td>
|
|
|
|
|
<td>{evaluationScores.FRTMeal}</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr className="ant-table-row ant-table-row-level-0">
|
|
|
|
|
<td>产品体验</td>
|
|
|
|
|
<td>Activity</td>
|
|
|
|
|
<td>{evaluationScores.FRTProduct}</td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<tr className="ant-table-row ant-table-row-level-0">
|
|
|
|
|
<td rowSpan="3">线路安排</td>
|
|
|
|
|
<td>酒店</td>
|
|
|
|
|
<td rowSpan="3">Itinerary Arrangements</td>
|
|
|
|
|
<td>Hotel</td>
|
|
|
|
|
<td>{evaluationScores.FRTHotel}</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr className="ant-table-row ant-table-row-level-0">
|
|
|
|
|
<td>游船</td>
|
|
|
|
|
<td>Cruise</td>
|
|
|
|
|
<td>{evaluationScores.FRTCruise}</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr className="ant-table-row ant-table-row-level-0">
|
|
|
|
|
<td>顾问服务</td>
|
|
|
|
|
<td>Travel Advisor's Planning</td>
|
|
|
|
|
<td>{evaluationScores.FRTAdvisor}</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</tbody>
|
|
|
|
|