소스 검색

更新数据整理显示错位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") {