Files
PropertyDeployment/resources/Web/MicroCommunityWeb/html/pages/property/propertyIndex/propertyIndex.html
2025-12-09 20:22:03 +08:00

33 lines
1.3 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><vc:i18n name="首页" namespace="propertyIndex"></vc:i18n></span><span
class="margin-left-sm margin-right-sm">/</span><span><vc:i18n name="控制台" namespace="propertyIndex"></vc:i18n></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>