edit
This commit is contained in:
		| @ -96,26 +96,26 @@ export class TaxManagementIndividualIncomeComponent implements OnInit { | ||||
|             placeholder: '请输入证件号码' | ||||
|           } | ||||
|         }, | ||||
|         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, | ||||
|             visibleIf: { | ||||
|               _$expand: (value: boolean) => value | ||||
|             } | ||||
|           }, | ||||
|           default: '' | ||||
|         }, | ||||
|         // 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, | ||||
|         //     visibleIf: { | ||||
|         //       _$expand: (value: boolean) => value | ||||
|         //     } | ||||
|         //   }, | ||||
|         //   default: '' | ||||
|         // }, | ||||
|         // declareStatu1s: { | ||||
|         //   title: '申报结果', | ||||
|         //   type: 'string', | ||||
|  | ||||
		Reference in New Issue
	
	Block a user