haojianlong пре 5 година
родитељ
комит
f5d7144113
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/ledger/spacelist/spaceDetail/index.vue

+ 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>