From 12036fd9915bb82aec419740630cf389458dfd6c Mon Sep 17 00:00:00 2001 From: YCC Date: Tue, 16 Apr 2024 11:12:30 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BF=BB=E8=AF=91=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/report/Index.jsx | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) 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() { - Final Scores: {evaluationScores.FinalScores} + Final Scores: {evaluationScores.FinalScores}
@@ -425,44 +425,44 @@ function Index() { - - - + + + - - + + - + - + - + - - + + - + - +
项目产品得分CategoryItemYour Scores Note
地接接待导游DMC ServicesGuide {evaluationScores.FRTGuide} {evaluationScores.FRTText}
司机+车Driver & Vehicle {evaluationScores.FRTGriver}
Food Arrangement {evaluationScores.FRTMeal}
产品体验Activity {evaluationScores.FRTProduct}
线路安排酒店Itinerary ArrangementsHotel {evaluationScores.FRTHotel}
游船Cruise {evaluationScores.FRTCruise}
顾问服务Travel Advisor's Planning {evaluationScores.FRTAdvisor}