This commit is contained in:
wangshiming
2022-04-24 16:49:55 +08:00
parent 6a901f44f3
commit 355601c89e
3 changed files with 10 additions and 10 deletions

View File

@ -210,7 +210,7 @@ export class WithdrawalsDetailComponent implements OnInit {
enum: [
{label: '全部', value: ''},
{label: '是', value: '1'},
{label: '否', value: '2'}
{label: '否', value: '0'}
],
ui: {
widget: 'select',