MicroCommunityWeb/public/pages/property/propertyIndex/propertyIndex.html
2023-10-31 02:01:12 +08:00

33 lines
1.2 KiB
HTML

<div class="vc-index">
<div v-if="propertyIndexInfo.storeTypeCd == '800900000003'">
<div class="vc-index-nav">
<span><i class="fa fa-home margin-right-sm"></i>首页</span><span
class="margin-left-sm margin-right-sm">/</span><span>控制台</span>
</div>
<div class="vc-index-1 flex justify-start">
<div class="index-1-left">
<vc:create path="property/indexCommunity"></vc:create>
</div>
<div class="index-1-right">
<vc:create path="property/indexNotice"></vc:create>
</div>
</div>
<div class="vc-index-1 flex justify-start">
<div class="index-1-left">
<vc:create path="property/indexRepairComplaint"></vc:create>
</div>
<div class="index-1-right">
<vc:create path="property/indexOwnerRoom"></vc:create>
</div>
</div>
</div>
<div v-if="propertyIndexInfo.storeTypeCd == '800900000001'">
<vc:create path="admin/adminIndex"></vc:create>
</div>
<div v-if="propertyIndexInfo.storeTypeCd == '800900000000'">
<vc:create path="admin/devIndex"></vc:create>
</div>
</div>