From 2e6ede04056c759c7d7c19c6bcf2ec763f740264 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BD=98=E6=99=93=E4=BA=91?= Date: Sat, 9 Apr 2022 14:44:07 +0800 Subject: [PATCH 1/2] - --- .../components/fund-reporting/fund-reporting.component.ts | 1 - 1 file changed, 1 deletion(-) 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 4dbd6634..81e57ace 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 @@ -146,7 +146,6 @@ export class DatatableFundReportingComponent implements OnInit { uploadStatus: { title: '上传状态', type: 'string', - default: 0, enum: [ { label: '待上传', value: 0 }, { label: '已上传', value: 1 }, From 670949c9c2bd6f07765affdf12e1db01cdd0e19e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BD=98=E6=99=93=E4=BA=91?= Date: Sat, 9 Apr 2022 15:02:08 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../fund-reporting.component.ts | 34 +++++++++--------- .../order-reporting.component.ts | 36 +++++++++---------- 2 files changed, 35 insertions(+), 35 deletions(-) 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 81e57ace..21551b82 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 @@ -143,23 +143,23 @@ export class DatatableFundReportingComponent implements OnInit { }, } }, - uploadStatus: { - title: '上传状态', - type: 'string', - enum: [ - { label: '待上传', value: 0 }, - { label: '已上传', value: 1 }, - { label: '异常', value: 2 } - ], - ui: { - placeholder: '请选择', - widget: 'select', - allowClear: true, - visibleIf: { - _$expand: (value: boolean) => value, - }, - } - }, + // uploadStatus: { + // title: '上传状态', + // type: 'string', + // enum: [ + // { label: '待上传', value: 0 }, + // { label: '已上传', value: 1 }, + // { label: '异常', value: 2 } + // ], + // ui: { + // placeholder: '请选择', + // widget: 'select', + // allowClear: true, + // visibleIf: { + // _$expand: (value: boolean) => value, + // }, + // } + // }, verifyStatus: { title: '本地校验', type: 'string', diff --git a/src/app/routes/datatable/reporting/components/order-reporting/order-reporting.component.ts b/src/app/routes/datatable/reporting/components/order-reporting/order-reporting.component.ts index eff1a415..c96a22eb 100644 --- a/src/app/routes/datatable/reporting/components/order-reporting/order-reporting.component.ts +++ b/src/app/routes/datatable/reporting/components/order-reporting/order-reporting.component.ts @@ -146,25 +146,25 @@ export class DatatableOrderReportingComponent implements OnInit { }, } }, - putStatus: { - title: '上传状态', - type: 'string', - default: 0, - enum: [ - { label: '待上传', value: 0 }, - { label: '已上传', value: 1 }, - { label: '异常', value: 2 } - ], + // putStatus: { + // title: '上传状态', + // type: 'string', + // default: 0, + // enum: [ + // { label: '待上传', value: 0 }, + // { label: '已上传', value: 1 }, + // { label: '异常', value: 2 } + // ], - ui: { - placeholder: '请选择', - widget: 'select', - allowClear: true, - visibleIf: { - _$expand: (value: boolean) => value, - }, - } - }, + // ui: { + // placeholder: '请选择', + // widget: 'select', + // allowClear: true, + // visibleIf: { + // _$expand: (value: boolean) => value, + // }, + // } + // }, checkStatus: { title: '本地校验', type: 'string',