| | |
| | | <div id="component" class="wrapper wrapper-content animated fadeInRight ecommerce"> |
| | | <div id="component" > |
| | | |
| | | <vc:create name="addCar"></vc:create> |
| | | <vc:create name="addCar" |
| | | callBackComponent="hireParkingSpace" |
| | | > |
| | | </vc:create> |
| | | |
| | | <!-- 选择 业主信息 --> |
| | | <vc:create name="sellRoomSelectOwner" |
| | | callBackComponent = "sellCar" |
| | | callBackComponent = "hireParkingSpace" |
| | | ></vc:create> |
| | | |
| | | <!-- 选择停车位 --> |
| | |
| | | </div> |
| | | </div> |
| | | |
| | | <div class=""> |
| | | <div style="height:50px"> |
| | | <button class="btn btn-primary float-right" type="button" v-on:click="doHireParkingSpace()" ><i class="fa fa-check"></i> 我要出租</button> |
| | | </div> |
| | | |