From 0abc792e0f37145b8b944c8cb9f3ffa8c0f2c9ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BD=98=E6=99=93=E4=BA=91?= Date: Fri, 29 Apr 2022 15:20:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E5=80=BC=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../fund-info/fund-info.component.html | 5 +++ .../fund-info/fund-info.component.ts | 2 +- .../verify-result.component.html | 5 +++ .../verify-result/verify-result.component.ts | 2 +- .../order-reporting.component.html | 21 ++++++----- .../verify-result.component.html | 21 +++++------ .../verify-result/verify-result.component.ts | 35 ++++++++++--------- src/app/shared/shared-delon.module.ts | 3 +- 8 files changed, 53 insertions(+), 41 deletions(-) diff --git a/src/app/routes/datatable/reporting/components/fund-info/fund-info.component.html b/src/app/routes/datatable/reporting/components/fund-info/fund-info.component.html index b8bbd698..6cf39a36 100644 --- a/src/app/routes/datatable/reporting/components/fund-info/fund-info.component.html +++ b/src/app/routes/datatable/reporting/components/fund-info/fund-info.component.html @@ -6,6 +6,11 @@ {{filterCheckStatus(item?.checkStatus)}} + + +
{{item?.fieldValue}}
+
+
diff --git a/src/app/routes/datatable/reporting/components/fund-info/fund-info.component.ts b/src/app/routes/datatable/reporting/components/fund-info/fund-info.component.ts index 2e120e63..27937220 100644 --- a/src/app/routes/datatable/reporting/components/fund-info/fund-info.component.ts +++ b/src/app/routes/datatable/reporting/components/fund-info/fund-info.component.ts @@ -55,7 +55,7 @@ export class DatatableReportingFundInfoComponent implements OnInit { 1: '是', }, }, - { title: '上传值', index: 'fieldValue', className: 'text-center', width: '15%', }, + { title: '上传值', render: 'fieldValue', className: 'text-center', width: '15%', }, { title: '本地校验', render: 'checkStatus', diff --git a/src/app/routes/datatable/reporting/components/verify-result/verify-result.component.html b/src/app/routes/datatable/reporting/components/verify-result/verify-result.component.html index 2ed32290..0a488838 100644 --- a/src/app/routes/datatable/reporting/components/verify-result/verify-result.component.html +++ b/src/app/routes/datatable/reporting/components/verify-result/verify-result.component.html @@ -12,6 +12,11 @@ {{filterCheckStatus(item?.checkStatus)}} + + +
{{item?.fieldValue}}
+
+
diff --git a/src/app/routes/datatable/reporting/components/verify-result/verify-result.component.ts b/src/app/routes/datatable/reporting/components/verify-result/verify-result.component.ts index 15ef42f2..c3175d39 100644 --- a/src/app/routes/datatable/reporting/components/verify-result/verify-result.component.ts +++ b/src/app/routes/datatable/reporting/components/verify-result/verify-result.component.ts @@ -62,7 +62,7 @@ export class DatatableReportingVerifyResultComponent implements OnInit { 1: '是' } }, - { title: '上传值', index: 'fieldValue', className: 'text-center', width: '150px', }, + { title: '上传值', render: 'fieldValue', className: 'text-center', width: '150px', }, { title: '本地校验', render: 'checkStatus', className: 'text-center', width: '100px', // type: 'enum', diff --git a/src/app/routes/tax-management/components/order-reporting/order-reporting.component.html b/src/app/routes/tax-management/components/order-reporting/order-reporting.component.html index 953a2464..8657dfe0 100644 --- a/src/app/routes/tax-management/components/order-reporting/order-reporting.component.html +++ b/src/app/routes/tax-management/components/order-reporting/order-reporting.component.html @@ -17,9 +17,10 @@
- + - +