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

@ -1,7 +1,7 @@
<!--新增门店-->
<template>
<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>
<div class="xy-table-item">
<div class="xy-table-item-label">
@ -35,6 +35,7 @@
</div>
</template>
<template v-slot:address>
<div style="display: flex;flex-wrap: wrap">
<div class="xy-table-item" style="margin-bottom: 20px;">
<div class="xy-table-item-label">
地址选择
@ -52,6 +53,7 @@
<el-input clearable placeholder="请填写地址" v-model="form.address" style="width: 300px;"/>
</div>
</div>
</div>
</template>
<template v-slot:contact>
<div class="xy-table-item">

Loading…
Cancel
Save