Merge pull request #168 from SDSRV-IDP/feature/add_filter_review2
Feature/add filter review2
This commit is contained in:
commit
1a436dba8a
@ -40,6 +40,7 @@
|
|||||||
"Remove this image from the evaluation report": "Remove this image from the evaluation report",
|
"Remove this image from the evaluation report": "Remove this image from the evaluation report",
|
||||||
"Report Details": "Report Details",
|
"Report Details": "Report Details",
|
||||||
"Report Filters": "Report Filters",
|
"Report Filters": "Report Filters",
|
||||||
|
"Review Filters": "Review Filters",
|
||||||
"Report Type": "Report Type",
|
"Report Type": "Report Type",
|
||||||
"Reports": "Reports",
|
"Reports": "Reports",
|
||||||
"Retry": "Retry",
|
"Retry": "Retry",
|
||||||
|
@ -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": "",
|
||||||
"Report Type": "",
|
"Report Type": "",
|
||||||
"Reports": "",
|
"Reports": "",
|
||||||
"Retry": "Thử lại",
|
"Retry": "Thử lại",
|
||||||
|
@ -13,14 +13,14 @@ const DocumentHeadInfo = ({ currentRequest }) => {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: '2',
|
key: '2',
|
||||||
label: 'Redemption ID',
|
label: 'Raw accuracy',
|
||||||
children: currentRequest?.RedemptionID,
|
children: currentRequest?.raw_accuracy,
|
||||||
labelStyle: { color: '#333', width: '200px' }
|
labelStyle: { color: '#333', width: '200px' }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: '3',
|
key: '3',
|
||||||
label: 'Raw accuracy',
|
label: 'Redemption ID',
|
||||||
children: currentRequest?.raw_accuracy,
|
children: currentRequest?.RedemptionID,
|
||||||
span: 2,
|
span: 2,
|
||||||
labelStyle: { color: '#333', width: '200px' }
|
labelStyle: { color: '#333', width: '200px' }
|
||||||
},
|
},
|
||||||
|
@ -849,7 +849,7 @@ const ReviewPage = () => {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<Modal
|
<Modal
|
||||||
title={t`Report Filters`}
|
title={t`Review Filters`}
|
||||||
open={isModalOpen}
|
open={isModalOpen}
|
||||||
width={700}
|
width={700}
|
||||||
onOk={() => {
|
onOk={() => {
|
||||||
|
Loading…
Reference in New Issue
Block a user