master
271556543@qq.com 3 years ago
parent 131102130c
commit a7cfae11ee

@ -1,7 +1,7 @@
<!--新增门店--> <!--新增门店-->
<template> <template>
<div> <div>
<xy-dialog ref="dialog" :is-show.sync="isShow" :title="type === 'add' ? '新增门店' : '编辑门店'" type="form" :form="form" :rules="rules" @submit="submit"> <xy-dialog :width="70" ref="dialog" :is-show.sync="isShow" :title="type === 'add' ? '新增门店' : '编辑门店'" type="form" :form="form" :rules="rules" @submit="submit">
<template v-slot:belongsMerchant> <template v-slot:belongsMerchant>
<div class="xy-table-item"> <div class="xy-table-item">
<div class="xy-table-item-label"> <div class="xy-table-item-label">
@ -35,21 +35,23 @@
</div> </div>
</template> </template>
<template v-slot:address> <template v-slot:address>
<div class="xy-table-item" style="margin-bottom: 20px;"> <div style="display: flex;flex-wrap: wrap">
<div class="xy-table-item-label"> <div class="xy-table-item" style="margin-bottom: 20px;">
地址选择 <div class="xy-table-item-label">
</div> 地址选择
<div class="xy-table-item-content"> </div>
<avue-input-map style="width: 300px;" :params="option" placeholder="请选择地图" v-model="map" ></avue-input-map> <div class="xy-table-item-content">
<avue-input-map style="width: 300px;" :params="option" placeholder="请选择地图" v-model="map" ></avue-input-map>
</div>
</div> </div>
</div>
<div class="xy-table-item"> <div class="xy-table-item">
<div class="xy-table-item-label"> <div class="xy-table-item-label">
<span style="color: red;font-weight: 600;padding-right: 4px;">*</span>地址 <span style="color: red;font-weight: 600;padding-right: 4px;">*</span>地址
</div> </div>
<div class="xy-table-item-content"> <div class="xy-table-item-content">
<el-input clearable placeholder="请填写地址" v-model="form.address" style="width: 300px;"/> <el-input clearable placeholder="请填写地址" v-model="form.address" style="width: 300px;"/>
</div>
</div> </div>
</div> </div>
</template> </template>

Loading…
Cancel
Save