edit
This commit is contained in:
@ -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: '税款所属期',
|
||||
|
||||
Reference in New Issue
Block a user