mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化代码
This commit is contained in:
parent
97437bf389
commit
7a855f0b88
@ -9,10 +9,10 @@
|
||||
<i class="fa fa-search"></i> 选择楼
|
||||
</button>
|
||||
|
||||
<button type="button" v-if="viewFloorInfo.index != 2 && viewFloorInfo.showAddFloorButton== 'true'" class="btn btn-primary btn-sm"
|
||||
<!-- <button type="button" v-if="viewFloorInfo.index != 2 && viewFloorInfo.showAddFloorButton== 'true'" class="btn btn-primary btn-sm"
|
||||
v-on:click="_openAddFloorInfoModel()">
|
||||
<i class="fa fa-plus"></i> 添加楼
|
||||
</button>
|
||||
</button> -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="ibox-content">
|
||||
|
||||
@ -10,10 +10,10 @@
|
||||
<i class="fa fa-search"></i> 选择单元
|
||||
</button>
|
||||
|
||||
<button type="button" v-if="viewUnitInfo.index != 2" class="btn btn-primary btn-sm"
|
||||
<!-- <button type="button" v-if="viewUnitInfo.index != 2" class="btn btn-primary btn-sm"
|
||||
v-on:click="_openAddUnitInfoModel()">
|
||||
<i class="fa fa-plus"></i> 添加单元
|
||||
</button>
|
||||
</button> -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="ibox-content">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user