mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-27 00:20:01 +08:00
11 lines
522 B
HTML
11 lines
522 B
HTML
<div class=" border-radius">
|
|
<div class="margin-xs-r treeview attendance-staff" style="height: 650px;">
|
|
<ul class="list-group text-center border-radius">
|
|
<li class="list-group-item node-orgTree " v-for="(item,index) in selectCommunityFloorInfo.floors"
|
|
:key="index" @click="_swatchCommunityFloor(item)"
|
|
:class="{'vc-node-selected':selectCommunityFloorInfo.floorId == item.floorId}">
|
|
{{item.floorNum}}
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div> |