This commit is contained in:
潘晓云
2022-04-09 14:44:07 +08:00
parent 8bc867ee0e
commit 2e6ede0405

View File

@ -146,7 +146,6 @@ export class DatatableFundReportingComponent implements OnInit {
uploadStatus: {
title: '上传状态',
type: 'string',
default: 0,
enum: [
{ label: '待上传', value: 0 },
{ label: '已上传', value: 1 },