Commit 0a78c5f8 authored by zhengke's avatar zhengke

修改

parent 5e7ee75c
......@@ -8,7 +8,7 @@
.delTrafic {
position: absolute;
right: 165px;
top: -11px;
top: 7px;
}
.Ghotel_baseinfo {
......@@ -154,7 +154,7 @@
<el-input placeholder="2017年装修" class="w300" v-model="addMsg.HotelInfo.DecorationTime"></el-input>
</el-form-item>
<el-form-item label="房间数量">
<el-input placeholder="房间数量" class="w300" v-model="addMsg.RoomNumber"></el-input>
<el-input placeholder="房间数量" class="w300" @keyup.native="checkInteger(addMsg,'RoomNumber')" v-model="addMsg.RoomNumber"></el-input>
</el-form-item>
<el-form-item label="联系方式">
<el-input placeholder="联系方式" class="w300" v-model="addMsg.Tel"></el-input>
......@@ -204,8 +204,8 @@
</template>
</template>
<template v-if="activeName==4">
<div style="width:600px;">
<el-button type="primary" @click="addTraffic()" style="float:right;margin:-53px 165px 50px 0"
<div style="width:715px;">
<el-button type="primary" @click="addTraffic()" title="添加交通" style="float:right;margin:-53px 165px 50px 0"
icon="el-icon-plus" circle></el-button>
<div style="margin-top:60px;">
<div v-for="(item,index) in addMsg.TrafficInfo" :key="index" style="position:relative;margin-bottom:20px;">
......
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