Browse Source

hide zoneSpace Outline

haojianlong 5 years ago
parent
commit
2687cb810c
1 changed files with 5 additions and 2 deletions
  1. 5 2
      src/utils/handsontable/fillterField.js

+ 5 - 2
src/utils/handsontable/fillterField.js

@@ -58,12 +58,15 @@ const data = {
     ]
   },
   space:{//业务空间
-    onlyRead: [],
+    onlyRead: [
+      "Outline"
+    ],
     edit: [
       "RoomID",
       "RoomName",
       "BIMID",
-      "BIMLocation"
+      "BIMLocation",
+      "Outline"
     ]
   }
 }