mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-12 10:05:07 +08:00
fix: dict select
This commit is contained in:
@ -42,23 +42,23 @@ export const crudSchemas = reactive<VxeCrudSchema>({
|
|||||||
componentProps: {
|
componentProps: {
|
||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
title: 'default',
|
label: 'default',
|
||||||
value: ''
|
value: ''
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'success',
|
label: 'success',
|
||||||
value: 'success'
|
value: 'success'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'info',
|
label: 'info',
|
||||||
value: 'info'
|
value: 'info'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'warning',
|
label: 'warning',
|
||||||
value: 'warning'
|
value: 'warning'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'danger',
|
label: 'danger',
|
||||||
value: 'danger'
|
value: 'danger'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user