Commit 9814c601 authored by zhengke's avatar zhengke

修改

parent 63da3d1b
......@@ -30,6 +30,7 @@
.hotelproduct .el-dialog--center .el-dialog__body {
padding: 25px 0 0 25px;
height:450px;
}
.hotelproduct .el-scrollbar {
......@@ -254,14 +255,12 @@
</el-button>
</div>
</div>
<el-upload class="avatar-uploader" action="" style="display:inline-block;"
accept="image/jpeg,image/gif,image/png,image/bmp" :show-file-list="false" :http-request="UploadImage"
multiple>
<el-upload class="avatar-uploader" action="" accept="image/jpeg,image/gif,image/png,image/bmp" style="display:inline-block;"
:show-file-list="false" :http-request="UploadImage" multiple>
<div class="HotelAdd_ImgBtn">
+ 添加图片
</div>
</el-upload>
</div>
</el-form-item>
</el-form>
......@@ -291,7 +290,7 @@
<td>
{{item.ServiceNumber}}
</td>
<td>
<td style="text-align:left;padding-left:20px;">
{{item.BedTypeStr}} ({{item.BedDesc}})
<br />
{{item.BreakfastTypeStr}}
......@@ -443,6 +442,7 @@
Path: imgUrl
}
this.addMsg.RoomImage.push(obj);
console.log(this.addMsg);
});
},
//删除房型图片
......@@ -581,7 +581,8 @@
BedDesc: '',
HasWindow: 1,
IsCancel: 1,
CancelTime: ''
CancelTime: '',
RoomImage:[]
};
this.addMsg = newMsg;
},
......
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