Explorar el Código

hide zoneSpace Outline

haojianlong hace 5 años
padre
commit
2687cb810c
Se han modificado 1 ficheros con 5 adiciones y 2 borrados
  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"
     ]
   }
 }