Browse Source

修改点位标签显示形式,step2点击位置标签无反应

chuwu 5 years ago
parent
commit
c7651b789e
2 changed files with 7 additions and 7 deletions
  1. 1 1
      src/utils/point_edit/steps2.js
  2. 6 6
      src/views/point/config_point/steps/step2.vue

+ 1 - 1
src/utils/point_edit/steps2.js

@@ -8,7 +8,7 @@ export default [{
     {
         InfoPointName: "位置标签",
         InfoPointCode: "LocationFlag",
-        InputMode: "X",
+        InputMode: "myOwn",
         Visible: true,
         FirstTag: ""
     },

+ 6 - 6
src/views/point/config_point/steps/step2.vue

@@ -115,12 +115,12 @@
         },
         methods: {
             clickTable(info, row) {
-                let activeCell = this.hot.getActiveEditor()
-                this.renderData = info
-                console.log(activeCell, 'activeCell')
-                if (activeCell.prop == "LocationFlag") {
-                    this.localtionDialog = true
-                }
+                // let activeCell = this.hot.getActiveEditor()
+                // this.renderData = info
+                // console.log(activeCell, 'activeCell')
+                // if (activeCell.prop == "LocationFlag") {
+                //     this.localtionDialog = true
+                // }
             },
             //人工智能识别
             aiDiscern(){