Browse Source

分站编辑

msx 1 year ago
parent
commit
b00e96dfae
1 changed files with 5 additions and 5 deletions
  1. 5 5
      src/views/vent/deviceManager/substationTabel/substation.data.ts

+ 5 - 5
src/views/vent/deviceManager/substationTabel/substation.data.ts

@@ -231,12 +231,12 @@ export const formSchema: FormSchema[] = [
   },
   {
     label: '控制请求地址',
-    field: 'control_strip',
+    field: 'controlStrip',
     component: 'Input',
   },
   {
     label: '控制请求类型',
-    field: 'control_reqtype',
+    field: 'controlReqtype',
     component: 'JDictSelectTag',
     componentProps: {
       dictCode: 'reqtype',
@@ -245,17 +245,17 @@ export const formSchema: FormSchema[] = [
   },
   {
     label: '控制请求Header',
-    field: 'control_header',
+    field: 'controlHeader',
     component: 'Input',
   },
   {
     label: '控制请求参数',
-    field: 'control_reqparam',
+    field: 'controlReqparam',
     component: 'Input',
   },
   {
     label: '登录地址',
-    field: 'login_url',
+    field: 'loginUrl',
     component: 'Input',
   },
   {