[yagin] change column reivew filters
This commit is contained in:
parent
53654197af
commit
aaf028054c
@ -40,6 +40,7 @@
|
||||
"Remove this image from the evaluation report": "Remove this image from the evaluation report",
|
||||
"Report Details": "Report Details",
|
||||
"Report Filters": "Report Filters",
|
||||
"Review Filters": "Review Filters",
|
||||
"Report Type": "Report Type",
|
||||
"Reports": "Reports",
|
||||
"Retry": "Retry",
|
||||
|
@ -40,6 +40,7 @@
|
||||
"Remove this image from the evaluation report": "",
|
||||
"Report Details": "",
|
||||
"Report Filters": "",
|
||||
"Review Filters": "",
|
||||
"Report Type": "",
|
||||
"Reports": "",
|
||||
"Retry": "Thử lại",
|
||||
|
@ -13,14 +13,14 @@ const DocumentHeadInfo = ({ currentRequest }) => {
|
||||
},
|
||||
{
|
||||
key: '2',
|
||||
label: 'Redemption ID',
|
||||
children: currentRequest?.RedemptionID,
|
||||
label: 'Raw accuracy',
|
||||
children: currentRequest?.raw_accuracy,
|
||||
labelStyle: { color: '#333', width: '200px' }
|
||||
},
|
||||
{
|
||||
key: '3',
|
||||
label: 'Raw accuracy',
|
||||
children: currentRequest?.raw_accuracy,
|
||||
label: 'Redemption ID',
|
||||
children: currentRequest?.RedemptionID,
|
||||
span: 2,
|
||||
labelStyle: { color: '#333', width: '200px' }
|
||||
},
|
||||
|
@ -849,7 +849,7 @@ const ReviewPage = () => {
|
||||
</div>
|
||||
</div>
|
||||
<Modal
|
||||
title={t`Report Filters`}
|
||||
title={t`Review Filters`}
|
||||
open={isModalOpen}
|
||||
width={700}
|
||||
onOk={() => {
|
||||
|
Loading…
Reference in New Issue
Block a user