表格展示数据

release
YCC 2 years ago
parent 0492623a32
commit 613767916b

@ -21,7 +21,6 @@ class Notice {
fetch(config.HT_HOST + url) fetch(config.HT_HOST + url)
.then(response => response.json()) .then(response => response.json())
.then(json => { .then(json => {
console.log(json);
runInAction(() => { runInAction(() => {
this.noticeList = json.Result; this.noticeList = json.Result;
}); });

@ -28,7 +28,7 @@ class Report {
getHWVendorScores(VEI_SN, StartDate, EndDate) { getHWVendorScores(VEI_SN, StartDate, EndDate) {
this.loading = true; //HT_HOST + this.loading = true; //HT_HOST +
const fetchUrl = prepareUrl("http://202.103.68.231:889/service-cusservice/PTGetHWVendorScores") const fetchUrl = prepareUrl("http://202.103.68.231:889/service-cusservice/PTGetHWVendorScores")
.append("VEI_SN", 32865) .append("VEI_SN", VEI_SN)
.append("StartDate", StartDate) .append("StartDate", StartDate)
.append("EndDate", EndDate) .append("EndDate", EndDate)
.append("StrDEI_SN", "(,-1,)") .append("StrDEI_SN", "(,-1,)")
@ -56,7 +56,7 @@ class Report {
getHWProductScores(VEI_SN, StartDate, EndDate) { getHWProductScores(VEI_SN, StartDate, EndDate) {
this.loading = true; //HT_HOST + this.loading = true; //HT_HOST +
const fetchUrl = prepareUrl("http://202.103.68.231:889/service-cusservice/PTGetHWProductScores") const fetchUrl = prepareUrl("http://202.103.68.231:889/service-cusservice/PTGetHWProductScores")
.append("VEI_SN", 1511) .append("VEI_SN", VEI_SN)
.append("StartDate", StartDate) .append("StartDate", StartDate)
.append("EndDate", EndDate) .append("EndDate", EndDate)
.append("StrDEI_SN", "(,-1,)") .append("StrDEI_SN", "(,-1,)")
@ -84,7 +84,7 @@ class Report {
getHWCommendScores(VEI_SN, StartDate, EndDate) { getHWCommendScores(VEI_SN, StartDate, EndDate) {
this.loading = true; //HT_HOST + this.loading = true; //HT_HOST +
const fetchUrl = prepareUrl("http://202.103.68.231:889/service-cusservice/PTGetHWCommendScores") const fetchUrl = prepareUrl("http://202.103.68.231:889/service-cusservice/PTGetHWCommendScores")
.append("VEI_SN", 1511) .append("VEI_SN", VEI_SN)
.append("StartDate", StartDate) .append("StartDate", StartDate)
.append("EndDate", EndDate) .append("EndDate", EndDate)
.append("StrDEI_SN", "(,-1,)") .append("StrDEI_SN", "(,-1,)")

@ -268,7 +268,7 @@ function Index() {
<Title level={3}></Title> <Title level={3}></Title>
<Row ref={targetRef}> <Row ref={targetRef}>
<Col md={24} lg={24} xxl={24}> <Col md={24} lg={13} xxl={13}>
<Descriptions title="Primary Data" layout="vertical" bordered column={8}> <Descriptions title="Primary Data" layout="vertical" bordered column={8}>
<Descriptions.Item label="Groups">{evaluationScores.Groups}</Descriptions.Item> <Descriptions.Item label="Groups">{evaluationScores.Groups}</Descriptions.Item>
<Descriptions.Item label="Number of People">{evaluationScores.PersonNum}</Descriptions.Item> <Descriptions.Item label="Number of People">{evaluationScores.PersonNum}</Descriptions.Item>
@ -281,237 +281,231 @@ function Index() {
</Descriptions> </Descriptions>
</Col> </Col>
<Col md={24} lg={24} xxl={24}> <Col md={24} lg={13} xxl={13}>
<Divider orientation="left">Monthly Data</Divider> <Divider orientation="left">Monthly Data</Divider>
<Table dataSource={vendorScoresData.MonthlyData} columns={columns_month} pagination={false} bordered /> <Table dataSource={vendorScoresData.MonthlyData} columns={columns_month} pagination={false} bordered />
</Col> </Col>
<Col md={24} lg={24} xxl={24}> <Col md={24} lg={13} xxl={13}>
<Divider orientation="center"> <Divider orientation="center">
地接考核分数 Final Scores: 地接考核分数 Final Scores:
<Typography.Title level={3} type="danger"> <Typography.Title level={3} type="danger">
{evaluationScores.FinalScores} {evaluationScores.FinalScores}
</Typography.Title> </Typography.Title>
</Divider> </Divider>
<div class="ant-table-wrapper css-dev-only-do-not-override-3op25v"> <div class="ant-table-wrapper ant-spin-nested-loading css-dev-only-do-not-override-3op25v ant-spin-container">
<div class="ant-spin-nested-loading css-dev-only-do-not-override-3op25v"> <div class="ant-table ant-table-bordered">
<div class="ant-spin-container"> <div class="ant-table-container ant-table-content">
<div class="ant-table ant-table-bordered"> <table style={{ textAlign: "center" }}>
<div class="ant-table-container"> <thead class="ant-table-thead">
<div class="ant-table-content"> <tr>
<table style={{ textAlign: "center" }}> <th class="ant-table-cell" scope="col">
<thead class="ant-table-thead"> Customer Satisfaction
<tr> </th>
<th class="ant-table-cell" scope="col"> <th class="ant-table-cell" scope="col">
Customer Satisfaction 3 scores
</th> </th>
<th class="ant-table-cell" scope="col"> <th class="ant-table-cell" scope="col">
3 scores 4 scores
</th> </th>
<th class="ant-table-cell" scope="col"> <th class="ant-table-cell" scope="col">
4 scores 5 scores
</th> </th>
<th class="ant-table-cell" scope="col"> <th class="ant-table-cell" scope="col">
5 scores Your Scores
</th> </th>
<th class="ant-table-cell" scope="col"> <th class="ant-table-cell" scope="col">
Your Scores Final Scores
</th> </th>
<th class="ant-table-cell" scope="col"> <th class="ant-table-cell" scope="col">
Final Scores 备注
</th> </th>
<th class="ant-table-cell" scope="col"> </tr>
备注 </thead>
</th> <tbody class="ant-table-tbody">
</tr> <tr class="ant-table-row ant-table-row-level-0">
</thead> <td class="ant-table-cell">TP review rating</td>
<tbody class="ant-table-tbody"> <td class="ant-table-cell">\</td>
<tr class="ant-table-row ant-table-row-level-0"> <td class="ant-table-cell">30%</td>
<td class="ant-table-cell">TP review rating</td> <td class="ant-table-cell">60%</td>
<td class="ant-table-cell">\</td> <td class="ant-table-cell">{evaluationScores.TPReviewRating}</td>
<td class="ant-table-cell">30%</td> <td class="ant-table-cell" rowspan="5">
<td class="ant-table-cell">60%</td> {evaluationScores.AvgCusSatisfaction}
<td class="ant-table-cell">{evaluationScores.TPReviewRating}</td> </td>
<td class="ant-table-cell" rowspan="5"> <td class="ant-table-cell">{evaluationScores.TPReviewRatingText}</td>
{evaluationScores.AvgCusSatisfaction} </tr>
</td> <tr class="ant-table-row ant-table-row-level-0">
<td class="ant-table-cell">{evaluationScores.TPReviewRatingText}</td> <td class="ant-table-cell">Post tour complaints</td>
</tr> <td class="ant-table-cell">1</td>
<tr class="ant-table-row ant-table-row-level-0"> <td class="ant-table-cell">0</td>
<td class="ant-table-cell">Post tour complaints</td> <td class="ant-table-cell">0</td>
<td class="ant-table-cell">1</td> <td class="ant-table-cell">{evaluationScores.PostTourComplaints}</td>
<td class="ant-table-cell">0</td> <td class="ant-table-cell">{evaluationScores.PostTourComplaintsText}</td>
<td class="ant-table-cell">0</td> </tr>
<td class="ant-table-cell">{evaluationScores.PostTourComplaints}</td> <tr class="ant-table-row ant-table-row-level-0">
<td class="ant-table-cell">{evaluationScores.PostTourComplaintsText}</td> <td class="ant-table-cell">Complaints resolved during the tour</td>
</tr> <td class="ant-table-cell" colspan="3">
<tr class="ant-table-row ant-table-row-level-0"> 3
<td class="ant-table-cell">Complaints resolved during the tour</td> </td>
<td class="ant-table-cell" colspan="3"> <td class="ant-table-cell">{evaluationScores.ComplaintsDuringTour}</td>
3 <td class="ant-table-cell">{evaluationScores.ComplaintsDuringTourText}</td>
</td> </tr>
<td class="ant-table-cell">{evaluationScores.ComplaintsDuringTour}</td> <tr class="ant-table-row ant-table-row-level-0">
<td class="ant-table-cell">{evaluationScores.ComplaintsDuringTourText}</td> <td class="ant-table-cell">Customer photos</td>
</tr> <td class="ant-table-cell">\</td>
<tr class="ant-table-row ant-table-row-level-0"> <td class="ant-table-cell">30%</td>
<td class="ant-table-cell">Customer photos</td> <td class="ant-table-cell">50%</td>
<td class="ant-table-cell">\</td> <td class="ant-table-cell">{evaluationScores.CustomerPhotoRate}</td>
<td class="ant-table-cell">30%</td> <td class="ant-table-cell">{evaluationScores.CustomerPhotoRateText}</td>
<td class="ant-table-cell">50%</td> </tr>
<td class="ant-table-cell">{evaluationScores.CustomerPhotoRate}</td> <tr class="ant-table-row ant-table-row-level-0">
<td class="ant-table-cell">{evaluationScores.CustomerPhotoRateText}</td> <td class="ant-table-cell">Evaluation scores</td>
</tr> <td class="ant-table-cell" colspan="3">
<tr class="ant-table-row ant-table-row-level-0"> 4.5
<td class="ant-table-cell">Evaluation scores</td> </td>
<td class="ant-table-cell" colspan="3"> <td class="ant-table-cell">{evaluationScores.EvaluationFormScore}</td>
4.5 <td class="ant-table-cell">{evaluationScores.EvaluationFormScoreText}</td>
</td> </tr>
<td class="ant-table-cell">{evaluationScores.EvaluationFormScore}</td> </tbody>
<td class="ant-table-cell">{evaluationScores.EvaluationFormScoreText}</td> </table>
</tr> <br />
</tbody> <table style={{ textAlign: "center" }}>
</table> <thead class="ant-table-thead">
<br /> <tr>
<table style={{ textAlign: "center" }}> <th class="ant-table-cell" scope="col">
<thead class="ant-table-thead"> Operator Support & Local resources
<tr> </th>
<th class="ant-table-cell" scope="col"> <th class="ant-table-cell" scope="col">
Operator Support & Local resources 3 scores
</th> </th>
<th class="ant-table-cell" scope="col"> <th class="ant-table-cell" scope="col">
3 scores 4 scores
</th> </th>
<th class="ant-table-cell" scope="col"> <th class="ant-table-cell" scope="col">
4 scores 5 scores
</th> </th>
<th class="ant-table-cell" scope="col"> <th class="ant-table-cell" scope="col">
5 scores Your Scores
</th> </th>
<th class="ant-table-cell" scope="col"> <th class="ant-table-cell" scope="col">
Your Scores Final Scores
</th> </th>
<th class="ant-table-cell" scope="col"> <th class="ant-table-cell" scope="col">
Final Scores 备注
</th> </th>
<th class="ant-table-cell" scope="col"> </tr>
备注 </thead>
</th> <tbody class="ant-table-tbody">
</tr> <tr class="ant-table-row ant-table-row-level-0">
</thead> <td class="ant-table-cell">Response efficiency</td>
<tbody class="ant-table-tbody"> <td class="ant-table-cell">1d</td>
<tr class="ant-table-row ant-table-row-level-0"> <td class="ant-table-cell">6hrs</td>
<td class="ant-table-cell">Response efficiency</td> <td class="ant-table-cell">3hrs</td>
<td class="ant-table-cell">1d</td> <td class="ant-table-cell">{evaluationScores.ResponseEfficiency}</td>
<td class="ant-table-cell">6hrs</td> <td class="ant-table-cell" rowspan="6">
<td class="ant-table-cell">3hrs</td> {evaluationScores.AvgLocalResources}
<td class="ant-table-cell">{evaluationScores.ResponseEfficiency}</td> </td>
<td class="ant-table-cell" rowspan="6"> <td class="ant-table-cell">{evaluationScores.ResponseEfficiencyText}</td>
{evaluationScores.AvgLocalResources} </tr>
</td> <tr class="ant-table-row ant-table-row-level-0">
<td class="ant-table-cell">{evaluationScores.ResponseEfficiencyText}</td> <td class="ant-table-cell">Provide suggestions and alternatives</td>
</tr> <td class="ant-table-cell">\</td>
<tr class="ant-table-row ant-table-row-level-0"> <td class="ant-table-cell"></td>
<td class="ant-table-cell">Provide suggestions and alternatives</td> <td class="ant-table-cell"></td>
<td class="ant-table-cell">\</td> <td class="ant-table-cell">{evaluationScores.ProvideSuggestions}</td>
<td class="ant-table-cell"></td> <td class="ant-table-cell">{evaluationScores.ProvideSuggestionsText}</td>
<td class="ant-table-cell"></td> </tr>
<td class="ant-table-cell">{evaluationScores.ProvideSuggestions}</td> <tr class="ant-table-row ant-table-row-level-0">
<td class="ant-table-cell">{evaluationScores.ProvideSuggestionsText}</td> <td class="ant-table-cell">Provide local tourism information</td>
</tr> <td class="ant-table-cell">\</td>
<tr class="ant-table-row ant-table-row-level-0"> <td class="ant-table-cell"></td>
<td class="ant-table-cell">Provide local tourism information</td> <td class="ant-table-cell"></td>
<td class="ant-table-cell">\</td> <td class="ant-table-cell">{evaluationScores.ProvideLocalInfo}</td>
<td class="ant-table-cell"></td> <td class="ant-table-cell">{evaluationScores.ProvideLocalInfoText}</td>
<td class="ant-table-cell"></td> </tr>
<td class="ant-table-cell">{evaluationScores.ProvideLocalInfo}</td> <tr class="ant-table-row ant-table-row-level-0">
<td class="ant-table-cell">{evaluationScores.ProvideLocalInfoText}</td> <td class="ant-table-cell">Assist in developing exclusive products</td>
</tr> <td class="ant-table-cell">\</td>
<tr class="ant-table-row ant-table-row-level-0"> <td class="ant-table-cell">\</td>
<td class="ant-table-cell">Assist in developing exclusive products</td> <td class="ant-table-cell"></td>
<td class="ant-table-cell">\</td> <td class="ant-table-cell">{evaluationScores.ExclusiveProducts}</td>
<td class="ant-table-cell">\</td> <td class="ant-table-cell">{evaluationScores.ExclusiveProductsText}</td>
<td class="ant-table-cell"></td> </tr>
<td class="ant-table-cell">{evaluationScores.ExclusiveProducts}</td> <tr class="ant-table-row ant-table-row-level-0">
<td class="ant-table-cell">{evaluationScores.ExclusiveProductsText}</td> <td class="ant-table-cell">Dedicated tour guide team for AH</td>
</tr> <td class="ant-table-cell">\</td>
<tr class="ant-table-row ant-table-row-level-0"> <td class="ant-table-cell"></td>
<td class="ant-table-cell">Dedicated tour guide team for AH</td> <td class="ant-table-cell"></td>
<td class="ant-table-cell">\</td> <td class="ant-table-cell">{evaluationScores.DedicatedTourGuide}</td>
<td class="ant-table-cell"></td> <td class="ant-table-cell">{evaluationScores.DedicatedTourGuideText}</td>
<td class="ant-table-cell"></td> </tr>
<td class="ant-table-cell">{evaluationScores.DedicatedTourGuide}</td> <tr class="ant-table-row ant-table-row-level-0">
<td class="ant-table-cell">{evaluationScores.DedicatedTourGuideText}</td> <td class="ant-table-cell">Partner hotels with contracted rate</td>
</tr> <td class="ant-table-cell">\</td>
<tr class="ant-table-row ant-table-row-level-0"> <td class="ant-table-cell"></td>
<td class="ant-table-cell">Partner hotels with contracted rate</td> <td class="ant-table-cell"></td>
<td class="ant-table-cell">\</td> <td class="ant-table-cell">{evaluationScores.PartnerHotels}</td>
<td class="ant-table-cell"></td> <td class="ant-table-cell">{evaluationScores.PartnerHotelsText}</td>
<td class="ant-table-cell"></td> </tr>
<td class="ant-table-cell">{evaluationScores.PartnerHotels}</td> </tbody>
<td class="ant-table-cell">{evaluationScores.PartnerHotelsText}</td> </table>
</tr> <br />
</tbody> <table style={{ textAlign: "center" }}>
</table> <thead class="ant-table-thead">
<br /> <tr>
<table style={{ textAlign: "center" }}> <th class="ant-table-cell" scope="col">
<thead class="ant-table-thead"> Pricing & Settlement 20%
<tr> </th>
<th class="ant-table-cell" scope="col"> <th class="ant-table-cell" scope="col">
Pricing & Settlement 20% 3 scores
</th> </th>
<th class="ant-table-cell" scope="col"> <th class="ant-table-cell" scope="col">
3 scores 4 scores
</th> </th>
<th class="ant-table-cell" scope="col"> <th class="ant-table-cell" scope="col">
4 scores 5 scores
</th> </th>
<th class="ant-table-cell" scope="col"> <th class="ant-table-cell" scope="col">
5 scores Your Scores
</th> </th>
<th class="ant-table-cell" scope="col"> <th class="ant-table-cell" scope="col">
Your Scores Final Scores
</th> </th>
<th class="ant-table-cell" scope="col"> <th class="ant-table-cell" scope="col">
Final Scores 备注
</th> </th>
<th class="ant-table-cell" scope="col"> </tr>
备注 </thead>
</th> <tbody class="ant-table-tbody">
</tr> <tr class="ant-table-row ant-table-row-level-0">
</thead> <td class="ant-table-cell">Quotation</td>
<tbody class="ant-table-tbody"> <td class="ant-table-cell">Package</td>
<tr class="ant-table-row ant-table-row-level-0"> <td class="ant-table-cell">Day tours</td>
<td class="ant-table-cell">Quotation</td> <td class="ant-table-cell">Individual services</td>
<td class="ant-table-cell">Package</td> <td class="ant-table-cell">{evaluationScores.Quotation}</td>
<td class="ant-table-cell">Day tours</td> <td class="ant-table-cell" rowspan="3">
<td class="ant-table-cell">Individual services</td> {evaluationScores.AvgPricingAndSettlement}
<td class="ant-table-cell">{evaluationScores.Quotation}</td> </td>
<td class="ant-table-cell" rowspan="3"> <td class="ant-table-cell">{evaluationScores.QuotationText}</td>
{evaluationScores.AvgPricingAndSettlement} </tr>
</td> <tr class="ant-table-row ant-table-row-level-0">
<td class="ant-table-cell">{evaluationScores.QuotationText}</td> <td class="ant-table-cell">Settlement</td>
</tr> <td class="ant-table-cell">Prepayment</td>
<tr class="ant-table-row ant-table-row-level-0"> <td class="ant-table-cell">Monthly Prepayment</td>
<td class="ant-table-cell">Settlement</td> <td class="ant-table-cell">Monthly settlement after the tours</td>
<td class="ant-table-cell">Prepayment</td> <td class="ant-table-cell">{evaluationScores.Settlement}</td>
<td class="ant-table-cell">Monthly Prepayment</td> <td class="ant-table-cell">{evaluationScores.SettlementText}</td>
<td class="ant-table-cell">Monthly settlement after the tours</td> </tr>
<td class="ant-table-cell">{evaluationScores.Settlement}</td> <tr class="ant-table-row ant-table-row-level-0">
<td class="ant-table-cell">{evaluationScores.SettlementText}</td> <td class="ant-table-cell">Cancellation policy</td>
</tr> <td class="ant-table-cell">30 days</td>
<tr class="ant-table-row ant-table-row-level-0"> <td class="ant-table-cell">21 days</td>
<td class="ant-table-cell">Cancellation policy</td> <td class="ant-table-cell">1 day</td>
<td class="ant-table-cell">30 days</td> <td class="ant-table-cell">{evaluationScores.CancellationPolicy}</td>
<td class="ant-table-cell">21 days</td> <td class="ant-table-cell">{evaluationScores.CancellationPolicyText}</td>
<td class="ant-table-cell">1 day</td> </tr>
<td class="ant-table-cell">{evaluationScores.CancellationPolicy}</td> </tbody>
<td class="ant-table-cell">{evaluationScores.CancellationPolicyText}</td> </table>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div> </div>
</div> </div>
</div> </div>
@ -529,20 +523,84 @@ function Index() {
<List.Item>3. For each category, you can only get the corresponding score if you meet the standards of all items under the score.</List.Item> <List.Item>3. For each category, you can only get the corresponding score if you meet the standards of all items under the score.</List.Item>
<List.Item>4. The final score is the sum of the scores of each category multiplied by the proportion of the category.</List.Item> <List.Item>4. The final score is the sum of the scores of each category multiplied by the proportion of the category.</List.Item>
</List> </List>
<br />
<Divider orientation="left">反馈表分析</Divider>
<div class="ant-table-wrapper ant-spin-nested-loading css-dev-only-do-not-override-3op25v ant-spin-container">
<div class="ant-table ant-table-bordered">
<div class="ant-table-container ant-table-content">
<table style={{ textAlign: "center" }}>
<thead class="ant-table-thead">
<tr>
<th class="ant-table-cell" scope="col">
项目
</th>
<th class="ant-table-cell" scope="col">
产品
</th>
<th class="ant-table-cell" scope="col">
得分
</th>
<th class="ant-table-cell" scope="col">
备注说明
</th>
</tr>
</thead>
<tbody class="ant-table-tbody">
<tr class="ant-table-row ant-table-row-level-0">
<td class="ant-table-cell" rowspan="4">
地接接待
</td>
<td class="ant-table-cell">导游</td>
<td class="ant-table-cell">{evaluationScores.FRTGuide}</td>
<td class="ant-table-cell" rowspan="7">
{evaluationScores.FRTText}
</td>
</tr>
<tr class="ant-table-row ant-table-row-level-0">
<td class="ant-table-cell">司机+</td>
<td class="ant-table-cell">{evaluationScores.FRTGriver}</td>
</tr>
<tr class="ant-table-row ant-table-row-level-0">
<td class="ant-table-cell"></td>
<td class="ant-table-cell">{evaluationScores.FRTMeal}</td>
</tr>
<tr class="ant-table-row ant-table-row-level-0">
<td class="ant-table-cell">产品体验</td>
<td class="ant-table-cell">{evaluationScores.FRTProduct}</td>
</tr>
<tr class="ant-table-row ant-table-row-level-0">
<td class="ant-table-cell" rowspan="3">
线路安排
</td>
<td class="ant-table-cell">酒店</td>
<td class="ant-table-cell">{evaluationScores.FRTHotel}</td>
</tr>
<tr class="ant-table-row ant-table-row-level-0">
<td class="ant-table-cell">游船</td>
<td class="ant-table-cell">{evaluationScores.FRTCruise}</td>
</tr>
<tr class="ant-table-row ant-table-row-level-0">
<td class="ant-table-cell">顾问服务</td>
<td class="ant-table-cell">{evaluationScores.FRTAdvisor}</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</Col> </Col>
<Col md={24} lg={24} xxl={24}> <Col md={24} lg={13} xxl={13}>
<Divider orientation="left">导游接待情况</Divider> <Divider orientation="left">导游接待情况</Divider>
<Table dataSource={productScoresData.GuideScores} columns={columns_guide} pagination={false} bordered /> <Table dataSource={productScoresData.GuideScores} columns={columns_guide} pagination={false} bordered />
</Col>
<Col md={24} lg={24} xxl={24}>
<Divider orientation="left">表扬情况</Divider> <Divider orientation="left">表扬情况</Divider>
<Table dataSource={commendScoresData.CommendScores} columns={columns_commend} pagination={false} bordered /> <Table dataSource={commendScoresData.CommendScores} columns={columns_commend} pagination={false} bordered />
</Col>
<Col md={24} lg={24} xxl={24}>
<Divider orientation="left">投诉情况</Divider> <Divider orientation="left">投诉情况</Divider>
<Table dataSource={commendScoresData.ComplaintScores} columns={columns_commend} pagination={false} bordered /> <Table dataSource={commendScoresData.ComplaintScores} columns={columns_commend} pagination={false} bordered />
</Col>
<Col md={24} lg={24} xxl={24}>
<Divider orientation="left">批评建议</Divider> <Divider orientation="left">批评建议</Divider>
<Table dataSource={commendScoresData.CriticizeScores} columns={columns_commend} pagination={false} bordered /> <Table dataSource={commendScoresData.CriticizeScores} columns={columns_commend} pagination={false} bordered />
</Col> </Col>

Loading…
Cancel
Save