Commit c4c36a59 authored by 黄奎's avatar 黄奎

接机包机修改

parent 190656c6
......@@ -719,6 +719,14 @@
border-bottom-right-radius: 0 !important;
}
</style>
<style scoped>
.underline {
border-bottom: 1px dotted #d1d1d1;
margin-bottom: 14px;
width: 450px;
}
</style>
<template>
<div class="flexOne scenicSpotInfoManage">
<div class="resource-content clearfix">
......@@ -812,11 +820,11 @@
</el-form-item>
<el-form-item :label="`机场详细地址${index + 1}`" :prop="`AirportList.${index}.Address`" :rules="rules.Address">
<el-input maxlength="600" placeholder="请输入机场详细地址" class="w300 addAddress" v-model="item.Address">
<el-button slot="append" @click="clickMapAddress(1, item.Address, index)"
<el-button slot="append" @click="clickMapAddress(1, index, item.Address)"
icon="iconfont icon-img_dw"></el-button>
</el-input>
</el-form-item>
<div class="toolOne" style="margin: 0 0 28px 13px;">
<div class="toolOne" style="margin: 0 0 14px 13px;">
<span class="fanbili">机场地理位置{{ index+ 1}}</span>
<div class="RabateDiv clearfix">
<div class="RebateCount reOne">
......@@ -829,6 +837,7 @@
</div>
</div>
</div>
<div class="underline"></div>
</div>
</template>
<span class="resource-lititle sheshi" style="width: 100%;">
......
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