2 Commits 3486fafd0b ... 599f2d7b31

Author SHA1 Message Date
  zhulizhen1111 599f2d7b31 Merge branch 'system-integration' of http://39.106.8.246:3003/web/ibms into system-integration 4 years ago
  zhulizhen1111 90170274db 编辑点位 4 years ago

+ 43 - 1
src/utils/point_edit/handson_header.js

@@ -176,6 +176,48 @@ let common = [{
         FirstTag: ""
     },
     {
+        InfoPointName: "*数据类型",
+        InfoPointCode: "DataType",
+        InputMode: "B1",
+        Visible: true,
+        FirstTag: ""
+    },
+    {
+        InfoPointName: "仪表ID",
+        InfoPointCode: "Meter",
+        InputMode: "B1",
+        Visible: true,
+        FirstTag: ""
+    },
+    {
+        InfoPointName: "功能ID",
+        InfoPointCode: "Func",
+        InputMode: "B1",
+        Visible: true,
+        FirstTag: ""
+    },
+    {
+        InfoPointName: "整合ID",
+        InfoPointCode: "Meterfunc",
+        InputMode: "B1",
+        Visible: true,
+        FirstTag: ""
+    },
+    {
+        InfoPointName: "*获取方式",
+        InfoPointCode: "Method",
+        InputMode: "B1",
+        Visible: true,
+        FirstTag: ""
+    },
+    {
+        InfoPointName: "读写",
+        InfoPointCode: "ReadWrite",
+        InputMode: "B1",
+        Visible: true,
+        FirstTag: ""
+    },
+    {
         InfoPointName: "位置标签",
         InfoPointCode: "LocationFlag",
         InputMode: "myOwn",
@@ -204,7 +246,7 @@ let common = [{
         FirstTag: ""
     },
     {
-        InfoPointName: "使用",
+        InfoPointName: "用",
         InfoPointCode: "Used",
         InputMode: "switchBtn",
         Visible: true,

+ 1 - 1
src/views/point/config_point/steps/step1.vue

@@ -2,7 +2,7 @@
     <div id="handsonStep1">
         <div class="btns-view">
             <el-button style="float:right;margin-top:4px;margin-left:10px;width:120px;" @click="saveData">保存</el-button>
-            <el-button style="float:right;margin-top:4px;width:120px;" @click="addRow">新增</el-button>
+            <el-button style="float:right;margin-top:4px;width:120px;" @click="addRow">新增点位</el-button>
             <el-button style="float:right;margin-top:4px;width:120px;" @click="downData">导出配置点位表</el-button>
             <el-button style="float:right;margin-top:4px;width:120px;" @click="updateExcel = true">导入Excel</el-button>
             <el-button style="float:right;margin-top:4px;width:120px;" @click="downloadExcel = true">导出Excel模板</el-button>