diff --git a/src/app/routes/datatable/reporting/components/fund-reporting/fund-reporting.component.html b/src/app/routes/datatable/reporting/components/fund-reporting/fund-reporting.component.html
index d48b1b26..eee013ee 100644
--- a/src/app/routes/datatable/reporting/components/fund-reporting/fund-reporting.component.html
+++ b/src/app/routes/datatable/reporting/components/fund-reporting/fund-reporting.component.html
@@ -34,7 +34,7 @@
{{item?.verifyStatusLabel}}
- {{item?.verifyStatusLabel}}
+ {{item?.verifyStatusLabel}}
{{item?.orderCode}}
diff --git a/src/app/routes/datatable/reporting/components/fund-reporting/fund-reporting.component.ts b/src/app/routes/datatable/reporting/components/fund-reporting/fund-reporting.component.ts
index 1157fdd7..8e443762 100644
--- a/src/app/routes/datatable/reporting/components/fund-reporting/fund-reporting.component.ts
+++ b/src/app/routes/datatable/reporting/components/fund-reporting/fund-reporting.component.ts
@@ -163,9 +163,9 @@ export class DatatableFundReportingComponent implements OnInit {
title: '本地校验',
type: 'string',
enum: [
- { label: '校验中', value: 0 },
- { label: '通过', value: 1 },
- { label: '不通过', value: 2 }
+ { label: '校验中', value: '0' },
+ { label: '通过', value: '1' },
+ { label: '不通过', value: '2' }
],
ui: {
placeholder: '请选择',