MicroCommunityWeb/public/components/ownerDetail/ownerDetail.html
2020-03-07 21:46:54 +08:00

19 lines
428 B
HTML

<div id="component" >
<!-- 业主信息 -->
<vc:create name="viewOwnerInfo"
callBackListener="sellParkingSpace"
callBackFunction="notify"
showCallBackButton="true"
></vc:create>
<!-- 业主 房屋信息 -->
<vc:create name="showOwnerRoom"
></vc:create>
<!-- 业主 车位信息 -->
<vc:create name="showOwnerParkingSpace"
></vc:create>
</div>