feat(mes): rename field 'level' to 'configLevel' for clarity
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user