MicroCommunityWeb/public/pages/property/commonReport/commonReport.html
2022-04-22 00:24:24 +08:00

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>