-
This commit is contained in:
@ -146,7 +146,6 @@ export class DatatableFundReportingComponent implements OnInit {
|
|||||||
uploadStatus: {
|
uploadStatus: {
|
||||||
title: '上传状态',
|
title: '上传状态',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
default: 0,
|
|
||||||
enum: [
|
enum: [
|
||||||
{ label: '待上传', value: 0 },
|
{ label: '待上传', value: 0 },
|
||||||
{ label: '已上传', value: 1 },
|
{ label: '已上传', value: 1 },
|
||||||
|
|||||||
Reference in New Issue
Block a user