Commit 60b9808a authored by youjie's avatar youjie

no message

parent 591293e2
......@@ -83,7 +83,7 @@
align-items: center;
}
.time-box>span{
width: 95px;
/* width: 100px; */
flex-shrink: 0;
font-size: 13px;
color: #181C32;
......@@ -325,7 +325,7 @@
<el-tag class="time-box-width" :type="x.checked?'':'info'" style="margin-right: 10px;cursor: pointer;"
@click="msg.OrderId?changeDetailListHandler(x,2,msg.OrderId):changeDetailListHandler(x,2,msg.OrderId)">
<a>{{ x.Address }}</a>
<span>{{ x.Range }}km范围</span>
<span>{{ x.Range }}m范围</span>
</el-tag>
</template>
</div>
......
......@@ -872,7 +872,9 @@
</div>
</div>
<el-form-item :label="`距离中心范围${index + 1}`" :prop="`PlaceList.${index}.Range`" :rules="rules.Range">
<el-input type="Number" placeholder="上车距离中心范围" class="w300 addAddress" v-model="item.Range"></el-input>
<el-input type="Number" placeholder="上车距离中心范围" class="w300 addAddress" v-model="item.Range">
<i slot="suffix"> m</i>
</el-input>
</el-form-item>
<!-- <el-form-item :label="`上车多边形描点${index+1}`" prop="">
<el-input type="Number" placeholder="上车多边形描点" class="w300 addAddress" v-model="item.LngLatMultiple">
......@@ -1802,7 +1804,6 @@ export default {
this.addMsg.Name = this.querys.Name
this.PlaceList.ProductId = this.ID
this.AirportList.ProductId = this.ID
this.init(); //开放平台
this.GetCounrty();
if (this.ID > 0) {
this.initHotelData();
......
......@@ -8,7 +8,7 @@
<bm-marker :position="{lng: center.lng, lat: center.lat}"
:dragging="true"
animation="BMAP_ANIMATION_BOUNCE">
<bm-label v-if="radius>0" content="接送范围" :position="center" :labelStyle="{color: 'red', fontSize : '16px','border':'0px','margin-top':'20px'}" title="Hover me"/>
<bm-label v-if="radius>0" content="接送范围" :position="center" :labelStyle="{color: 'red', fontSize : '16px','border':'0px','margin-top':'20px'}" title="Hover me"/>
</bm-marker>
<!-- <bm-control :offset="{width: '10px', height: '10px'}" style="display: flex;justify-content: space-between;align-items: center;">
<bm-auto-complete v-model="keyword" :sugStyle="{zIndex: 999999}">
......
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