mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-26 16:19:44 +08:00
18 lines
638 B
HTML
18 lines
638 B
HTML
<div class="margin-top">
|
|
<div class="row">
|
|
<div class="col-md-2">
|
|
<div class="vc-org margin-top">
|
|
<ul>
|
|
<li v-for="(route,index) in adminPointRouteInfo.routes" @click="_switchPointRoute(route)"
|
|
:class="{'vc-node-selected':route.inspectionRouteId == adminPointRouteInfo.inspectionRouteId}">
|
|
{{route.routeName}}
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-10">
|
|
<vc:create path="inspection/aInspectionRouteMap"></vc:create>
|
|
</div>
|
|
|
|
</div>
|
|
</div> |