Browse Source

添加竖井租户编辑模式下固定不显示字段列表(空)

zhangyu 5 years ago
parent
commit
8f7e28a090
2 changed files with 8 additions and 1 deletions
  1. 8 0
      src/utils/handsontable/fillterField.js
  2. 0 1
      src/utils/handsontable/notShow.js

+ 8 - 0
src/utils/handsontable/fillterField.js

@@ -2,5 +2,13 @@ const data = {
   equipment: {
     onlyRead: [],
     edit: []
+  },
+  tenant: {
+    onlyRead: [],
+    edit: []
+  },
+  shaft: {
+    onlyRead: [],
+    edit: []
   }
 }

+ 0 - 1
src/utils/handsontable/notShow.js

@@ -874,7 +874,6 @@ const showTools = {
      * @param {*} onlyRead 是否只读
      * @param {*} showType 查看类型(全部;只看要采集的信息;隐藏部分信息)
      * @param {*} taizhang 是否是台账类型
-     * @param {*} falg 是否要过滤动态参数
      * 
      */
     headerTextFilter (arr, type, onlyRead, showType, taizhang = false) {