haojianlong 5 rokov pred
rodič
commit
f5d7144113

+ 1 - 1
src/views/ledger/spacelist/spaceDetail/index.vue

@@ -18,7 +18,7 @@
         </div>
       </el-row>
       <div v-if="activeTab=='detail'" style="height:calc(100% - 110px)">
-        <!-- <iframe height="100%" width="100%" :src="iframeSrc"></iframe> -->
+        <iframe height="100%" width="100%" :src="iframeSrc"></iframe>
       </div>
       <!-- 空间内设备列表--服务于空间的设备 -->
       <eqToSpaceTable v-else-if="activeTab=='Equipment' || activeTab=='EquipmentFor'" :params="params" :type="activeTab"></eqToSpaceTable>