mirror of
https://github.com/chansee97/nova-admin.git
synced 2025-09-18 03:39:58 +08:00
fix: status seletor value error
This commit is contained in:
parent
df11b5a97c
commit
d6dcf017c4
@ -18,14 +18,8 @@ export const searchColumns: ProSearchFormColumns<Entity.Role> = [
|
|||||||
field: 'select',
|
field: 'select',
|
||||||
fieldProps: {
|
fieldProps: {
|
||||||
options: [
|
options: [
|
||||||
{
|
{ label: '正常', value: 0 },
|
||||||
label: '启用',
|
{ label: '停用', value: 1 },
|
||||||
value: 1,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: '禁用',
|
|
||||||
value: 0,
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
@ -18,14 +18,8 @@ export const searchColumns: ProSearchFormColumns<Entity.User> = [
|
|||||||
field: 'select',
|
field: 'select',
|
||||||
fieldProps: {
|
fieldProps: {
|
||||||
options: [
|
options: [
|
||||||
{
|
{ label: '正常', value: 0 },
|
||||||
label: '启用',
|
{ label: '停用', value: 1 },
|
||||||
value: 0,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: '禁用',
|
|
||||||
value: 1,
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user