✨ feat: 安环管理
This commit is contained in:
@@ -12,12 +12,12 @@
|
||||
<el-tree @node-click="handleNodeClick" :data="locationList" :props="defaultProps" :default-expand-all="true" :style="{ height: 'calc(50vh - 50px)' }"></el-tree>
|
||||
|
||||
<!-- 设备列表 -->
|
||||
<ul v-if="locationId">
|
||||
<!-- <ul v-if="locationId">
|
||||
<li></li>
|
||||
</ul>
|
||||
<div v-else>
|
||||
<el-empty description="请选择区域"></el-empty>
|
||||
</div>
|
||||
</div> -->
|
||||
</el-col>
|
||||
|
||||
<el-col :span="20" v-if="showRight">
|
||||
|
||||
Reference in New Issue
Block a user