|
@@ -1,13 +1,13 @@
|
|
<template>
|
|
<template>
|
|
<div class="yui-tree-box">
|
|
<div class="yui-tree-box">
|
|
<project-item-tree @treeclick="treeclick" type="isInit" iconfontClass="el-icon-place"></project-item-tree>
|
|
<project-item-tree @treeclick="treeclick" type="isInit" iconfontClass="el-icon-place"></project-item-tree>
|
|
- <!-- <div class="hui-tree-content" v-if="target.bimIntegrateId">
|
|
|
|
|
|
+ <div class="hui-tree-content" v-if="target.bimIntegrateId">
|
|
<operation-models ref="operationModels" v-if="target.bimIntegrateId === '3102248339366592'"
|
|
<operation-models ref="operationModels" v-if="target.bimIntegrateId === '3102248339366592'"
|
|
:target="target">
|
|
:target="target">
|
|
</operation-models>
|
|
</operation-models>
|
|
<operation-model v-else></operation-model>
|
|
<operation-model v-else></operation-model>
|
|
- </div> -->
|
|
|
|
- <div class="hui-tree-content">
|
|
|
|
|
|
+ </div>
|
|
|
|
+ <div class="hui-tree-content" v-else>
|
|
<operation-room></operation-room>
|
|
<operation-room></operation-room>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|