mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
20 lines
703 B
HTML
20 lines
703 B
HTML
<div>
|
|
<div class="row">
|
|
<div class="col-md-2">
|
|
<div class="margin-xs-r bg-white treeview">
|
|
<ul class="list-group text-center">
|
|
<li class="list-group-item node-orgTree " v-for="(item,index) in commonReportInfo.reportCustoms"
|
|
:class="{'vc-node-selected':commonReportInfo.switchValue==item.customId}" @click="swatch(item)">
|
|
{{item.title}}
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-10 ">
|
|
<div>
|
|
<vc:create path="property/commonReportTable"></vc:create>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|