MicroCommunityWeb/public/pages/property/commonReport/commonReport.html
2021-11-12 19:32:39 +08:00

19 lines
702 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>