浏览代码

更新数据整理显示错位bug

chuwu 6 年之前
父节点
当前提交
bd9fee25da
共有 2 个文件被更改,包括 2 次插入6 次删除
  1. 1 1
      config/index.js
  2. 1 5
      src/utils/hansontable/notShow.js

+ 1 - 1
config/index.js

@@ -7,7 +7,7 @@ const path = require('path')
 const proxyTable = {
     '/api': {
         // target: 'http://mbi.sagacloud.cn:8080', //扫楼revit
-        target: 'http://172.16.0.141:8080', //扫楼revit
+        target: 'http://172.16.0.157:8080', //扫楼revit
         changeOrigin: true,
         pathRewrite: {
             '^/api': ''

+ 1 - 5
src/utils/hansontable/notShow.js

@@ -283,11 +283,7 @@ const showTools = {
                 }
 
                 if (item.InfoPointCode == "EquipQRCode") {
-                    return {
-                        data: "Infos." + item.InfoPointCode,
-                        renderer: text.lookQRCode,
-                        readOnly: true
-                    }
+                    return undefined
                 }
 
                 if (item.InputMode == "D1") {