This commit is contained in:
wangshiming
2022-04-18 19:19:48 +08:00
parent 364c5f8391
commit c49c3916be
3 changed files with 24 additions and 32 deletions

View File

@ -94,19 +94,6 @@ export class TaxManagementIndividualCollectComponent implements OnInit {
},
default: ''
},
declareResult: {
title: '申报结果',
type: 'string',
ui: {
placeholder: '请选择',
widget: 'dict-select',
params: { dictKey: 'service:type' },
containsAllLabel: true,
visibleIf: {
_$expand: (value: boolean) => value
}
}
},
overdueStatus: {
title: '是否逾期',
type: 'string',