Commit 77c82118 authored by zhengke's avatar zhengke

修改显示经纬度

parent 137324d1
......@@ -109,7 +109,9 @@
.w250 {
width: 250px !important;
}
.w120{
width: 120px !important;
}
.HotelInfo .ql-editor {
min-height: 200px;
......@@ -129,6 +131,7 @@
}
.mapList{
width:800px;
height:490px;
}
</style><template>
<div class="flexOne changInfo HotelInfo">
......@@ -166,6 +169,13 @@
<i class="iconfont iconxiazai19"></i>
</div>
</el-form-item>
<el-form-item label="经度" title="经度">
<el-input maxlength="100" class="w120" v-model="addMsg.Lng">
</el-input>
<span style="margin-left:20px;">纬度</span>
<el-input maxlength="100" class="w120" v-model="addMsg.Lat">
</el-input>
</el-form-item>
<el-form-item label="評価" title="酒店星级">
<el-select class="w300" placeholder="决断" v-model="addMsg.SHotelStar">
<el-option label="决断" :value='SelectDefaultValue'></el-option>
......
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