fix bug
This commit is contained in:
		@ -150,9 +150,9 @@ export class PaymentRecordComponent implements OnInit {
 | 
				
			|||||||
          type: 'string',
 | 
					          type: 'string',
 | 
				
			||||||
          title: '车队长收款',
 | 
					          title: '车队长收款',
 | 
				
			||||||
          enum: [
 | 
					          enum: [
 | 
				
			||||||
            { label: '全部', value: '' },
 | 
					            {label: '全部', value: ''},
 | 
				
			||||||
            { label: '否', value: '0' },
 | 
					            {label: '是', value: '1'},
 | 
				
			||||||
            { label: '是', value: '1' }
 | 
					            {label: '否', value: '2'}
 | 
				
			||||||
          ],
 | 
					          ],
 | 
				
			||||||
          ui: {
 | 
					          ui: {
 | 
				
			||||||
            widget: 'select',
 | 
					            widget: 'select',
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user