diff --git a/src/views/report/Index.jsx b/src/views/report/Index.jsx
index 7730e10..90a4eac 100644
--- a/src/views/report/Index.jsx
+++ b/src/views/report/Index.jsx
@@ -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() {
@@ -425,44 +425,44 @@ function Index() {
项目 | -产品 | -得分 | +Category | +Item | +Your Scores | Note |
---|---|---|---|---|---|---|
地接接待 | -导游 | +DMC Services | +Guide | {evaluationScores.FRTGuide} | {evaluationScores.FRTText} | |
司机+车 | +Driver & Vehicle | {evaluationScores.FRTGriver} | ||||
餐 | +Food Arrangement | {evaluationScores.FRTMeal} | ||||
产品体验 | +Activity | {evaluationScores.FRTProduct} | ||||
线路安排 | -酒店 | +Itinerary Arrangements | +Hotel | {evaluationScores.FRTHotel} | ||
游船 | +Cruise | {evaluationScores.FRTCruise} | ||||
顾问服务 | +Travel Advisor's Planning | {evaluationScores.FRTAdvisor} |