fix bug
This commit is contained in:
		@ -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',
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user