Commit 77c82118 authored by zhengke's avatar zhengke

修改显示经纬度

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