feat(mes): rename field 'level' to 'configLevel' for clarity

pull/345/head
YunaiV 2026-05-21 17:45:25 +08:00
parent 2a97bed546
commit 83bf576daf
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ export function useGridFormSchema(): VbenFormSchema[] {
},
},
{
fieldName: 'level',
fieldName: 'configLevel',
label: '告警级别',
component: 'Select',
componentProps: {

View File

@ -35,7 +35,7 @@ export function useGridFormSchema(): VbenFormSchema[] {
},
},
{
fieldName: 'level',
fieldName: 'configLevel',
label: '告警级别',
component: 'Select',
componentProps: {