From 28648fa672bec265550b3a96a5dbc37620e3c97e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BD=98=E6=99=93=E4=BA=91?= Date: Wed, 13 Apr 2022 10:16:13 +0800 Subject: [PATCH] - --- .../components/fund-reporting/fund-reporting.component.html | 2 +- .../components/fund-reporting/fund-reporting.component.ts | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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: '请选择',