This commit is contained in:
Taric Xin
2022-04-08 13:35:15 +08:00
parent e18cfb89d6
commit ae1ca9ad7f
6 changed files with 115 additions and 249 deletions

View File

@ -133,15 +133,20 @@ export class TaxManagementIndividualIncomeComponent implements OnInit {
isOvertime: {
title: '是否逾期',
type: 'string',
enum: [
{ value: '', label: '全部' },
{ value: '0', label: '否' },
{ value: '1', label: '是' }
],
ui: {
placeholder: '请选择',
widget: 'dict-select',
params: { dictKey: 'service:type' },
widget: 'select',
containsAllLabel: true,
visibleIf: {
_$expand: (value: boolean) => value
}
}
},
default: ''
},
taxDate: {
title: '税款所属期',