Commit 45051be4 authored by zhengke's avatar zhengke

修改

parent 28a996bd
......@@ -9,7 +9,11 @@
.changInfo .el-textarea__inner {
height: auto;
}
.delTrafic{
position: absolute;
right:0;
top:0;
}
</style>
<template>
<div class="flexOne changInfo">
......@@ -188,10 +192,11 @@
</template>
<template v-if="activeName==4">
<button class="save-Btn" style="float:right;" @click="addTraffic()">新增交通</button>
<div v-for="(item,index) in addMsg.TrafficInfo" :key="index">
<div v-for="(item,index) in addMsg.TrafficInfo" :key="index" style="position:relative">
<el-input type="text" v-model="item.TTitle" class="w400" style="margin-bottom:10px;" placeholder="地点名称">
</el-input>
<el-input type="text" v-model="item.TSubTitle" class="w400" placeholder="地点介绍"></el-input>
<el-button type="danger" class="delTrafic" icon="el-icon-delete" circle></el-button>
</div>
</template>
</div>
......@@ -446,6 +451,7 @@
this.addMsg.PublicFacilities = this.chooseObj.PublicFacilities.toString();
this.addMsg.RoomFacilities = this.chooseObj.RoomFacilities.toString();
this.addMsg.ServiceItems = this.chooseObj.ServiceItems.toString();
this.addMsg.Bookings = this.chooseObj.Bookings;
this.addMsg.InnerHotelImaList = this.HotelImgArr;
this.addMsg.ID = this.hotelID;
this.addMsg.Tags = this.TagsList.toString();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment