fix bug
This commit is contained in:
@ -77,23 +77,6 @@ export class TaxManagementIndividualCollectComponent implements OnInit {
|
||||
this.schema = {
|
||||
properties: {
|
||||
_$expand: { type: 'boolean', ui: { hidden: true } },
|
||||
declareStatus: {
|
||||
title: '申报状态',
|
||||
type: 'string',
|
||||
enum: [
|
||||
{ value: '', label: '全部' },
|
||||
{ value: '0', label: '待申报' },
|
||||
{ value: '1', label: '待审核' },
|
||||
{ value: '2', label: '已通过' },
|
||||
{ value: '3', label: '不通过' }
|
||||
],
|
||||
ui: {
|
||||
placeholder: '请选择',
|
||||
widget: 'select',
|
||||
containsAllLabel: true
|
||||
},
|
||||
default: ''
|
||||
},
|
||||
overdueStatus: {
|
||||
title: '是否逾期',
|
||||
type: 'string',
|
||||
|
||||
Reference in New Issue
Block a user