This commit is contained in:
Taric Xin
2022-04-11 15:00:51 +08:00
parent c29aadf0c6
commit 3bb613aa35
3 changed files with 12 additions and 16 deletions

View File

@ -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',