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',