mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2025-01-19 11:40:05 +08:00
fix: dict select
This commit is contained in:
parent
d47c2020d3
commit
6b2d1b50ee
@ -42,23 +42,23 @@ export const crudSchemas = reactive<VxeCrudSchema>({
|
||||
componentProps: {
|
||||
options: [
|
||||
{
|
||||
title: 'default',
|
||||
label: 'default',
|
||||
value: ''
|
||||
},
|
||||
{
|
||||
title: 'success',
|
||||
label: 'success',
|
||||
value: 'success'
|
||||
},
|
||||
{
|
||||
title: 'info',
|
||||
label: 'info',
|
||||
value: 'info'
|
||||
},
|
||||
{
|
||||
title: 'warning',
|
||||
label: 'warning',
|
||||
value: 'warning'
|
||||
},
|
||||
{
|
||||
title: 'danger',
|
||||
label: 'danger',
|
||||
value: 'danger'
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user