|
@@ -42,7 +42,7 @@
|
|
|
<div class="school-box" v-if="checkTreeType == 1">
|
|
|
<div class="max-right-button-box">
|
|
|
<p class="null-p"></p>
|
|
|
- <p class="max-right-big-button" @click="handleCommand(4)">+ 新增楼栋</p>
|
|
|
+ <p class="max-right-big-button" @click="handleCommand(4)" v-hasPermi="['laboratory:buildfloor:add']">+ 新增楼栋</p>
|
|
|
</div>
|
|
|
<div class="right-big-list-box scrollbar-box">
|
|
|
<div class="for-max-box" v-for="(item,index) in buildingList" :key="index"
|
|
@@ -66,11 +66,11 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="for-button-min-box">
|
|
|
- <div @click="handleCommand(5,item)">
|
|
|
+ <div @click="handleCommand(5,item)" v-hasPermi="['laboratory:buildfloor:edit']">
|
|
|
<img src="@/assets/ZDimages/evacuation3_2/icon_znwl_bj.png">
|
|
|
<p>编辑</p>
|
|
|
</div>
|
|
|
- <div @click="handleCommand(6,item)">
|
|
|
+ <div @click="handleCommand(6,item)" v-hasPermi="['laboratory:buildfloor:remove']">
|
|
|
<img src="@/assets/ZDimages/evacuation3_2/icon_znwl_sc.png">
|
|
|
<p>删除</p>
|
|
|
</div>
|