feat(mes): rename field 'level' to 'configLevel' for clarity
parent
2a97bed546
commit
83bf576daf
|
|
@ -35,7 +35,7 @@ export function useGridFormSchema(): VbenFormSchema[] {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
fieldName: 'level',
|
fieldName: 'configLevel',
|
||||||
label: '告警级别',
|
label: '告警级别',
|
||||||
component: 'Select',
|
component: 'Select',
|
||||||
componentProps: {
|
componentProps: {
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ export function useGridFormSchema(): VbenFormSchema[] {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
fieldName: 'level',
|
fieldName: 'configLevel',
|
||||||
label: '告警级别',
|
label: '告警级别',
|
||||||
component: 'Select',
|
component: 'Select',
|
||||||
componentProps: {
|
componentProps: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue