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