edit
This commit is contained in:
@ -96,26 +96,26 @@ export class TaxManagementIndividualIncomeComponent implements OnInit {
|
|||||||
placeholder: '请输入证件号码'
|
placeholder: '请输入证件号码'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
declareStatus: {
|
// declareStatus: {
|
||||||
title: '申报状态',
|
// title: '申报状态',
|
||||||
type: 'string',
|
// type: 'string',
|
||||||
enum: [
|
// enum: [
|
||||||
{ value: '', label: '全部' },
|
// { value: '', label: '全部' },
|
||||||
{ value: '0', label: '待申报' },
|
// { value: '0', label: '待申报' },
|
||||||
{ value: '1', label: '待审核' },
|
// { value: '1', label: '待审核' },
|
||||||
{ value: '2', label: '已通过' },
|
// { value: '2', label: '已通过' },
|
||||||
{ value: '3', label: '不通过' }
|
// { value: '3', label: '不通过' }
|
||||||
],
|
// ],
|
||||||
ui: {
|
// ui: {
|
||||||
placeholder: '请选择',
|
// placeholder: '请选择',
|
||||||
widget: 'select',
|
// widget: 'select',
|
||||||
containsAllLabel: true,
|
// containsAllLabel: true,
|
||||||
visibleIf: {
|
// visibleIf: {
|
||||||
_$expand: (value: boolean) => value
|
// _$expand: (value: boolean) => value
|
||||||
}
|
// }
|
||||||
},
|
// },
|
||||||
default: ''
|
// default: ''
|
||||||
},
|
// },
|
||||||
// declareStatu1s: {
|
// declareStatu1s: {
|
||||||
// title: '申报结果',
|
// title: '申报结果',
|
||||||
// type: 'string',
|
// type: 'string',
|
||||||
|
|||||||
Reference in New Issue
Block a user