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: '告警级别',
|
||||
component: 'Select',
|
||||
componentProps: {
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ export function useGridFormSchema(): VbenFormSchema[] {
|
|||
},
|
||||
},
|
||||
{
|
||||
fieldName: 'level',
|
||||
fieldName: 'configLevel',
|
||||
label: '告警级别',
|
||||
component: 'Select',
|
||||
componentProps: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue