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] - --- .../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 },