fix bug
This commit is contained in:
@ -210,7 +210,7 @@ export class WithdrawalsDetailComponent implements OnInit {
|
||||
enum: [
|
||||
{label: '全部', value: ''},
|
||||
{label: '是', value: '1'},
|
||||
{label: '否', value: '2'}
|
||||
{label: '否', value: '0'}
|
||||
],
|
||||
ui: {
|
||||
widget: 'select',
|
||||
|
||||
Reference in New Issue
Block a user