Browse Source

设备管理-点表管理-编辑增加报警描述字段

bobo04052021@163.com 1 week ago
parent
commit
89a9164f67
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/views/vent/deviceManager/pointTabel/point.data.ts

+ 5 - 0
src/views/vent/deviceManager/pointTabel/point.data.ts

@@ -230,6 +230,11 @@ export const formSchema: FormSchema[] = [
     component: 'InputNumber',
   },
   {
+    label: '报警描述',
+    field: 'warnDes',
+    component: 'InputTextArea',
+  },
+  {
     label: '模拟最小值',
     field: 'testlow',
     component: 'InputNumber',