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