no message
This commit is contained in:
parent
f981c3062f
commit
12a790ab9a
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<div style="margin: 20px 0px" ref="pform">
|
<div style="margin: 0px 0px" ref="pform">
|
||||||
<div style="display: flex">
|
<div style="display: flex">
|
||||||
<p style="margin-right: 34px">省市区</p>
|
<p style="margin-right: 34px">省市区</p>
|
||||||
<el-cascader
|
<el-cascader
|
||||||
|
@ -1,21 +1,33 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="app-container">
|
<div class="app-container">
|
||||||
<el-row>
|
<el-row>
|
||||||
<el-col :span="12">
|
<el-col :span="18">
|
||||||
<el-card class="card">
|
<el-card class="card" style="height: 75vh">
|
||||||
<div slot="header" class="clearfix">
|
<div slot="header" class="clearfix">
|
||||||
<span>{{ store.name }}{{store.description? "("+store.description+")":"" }}</span>
|
<span>{{ store.name }}{{store.description? "("+store.description+")":"" }}</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<el-row>
|
||||||
|
<el-col :span="12">
|
||||||
|
|
||||||
|
|
||||||
<!-- 上传图片-->
|
<!-- 上传图片-->
|
||||||
<div style="display: flex">
|
<div style="display: flex">
|
||||||
<span style="margin-right: 10px">店铺logo:</span>
|
<span style="margin-right: 10px">店铺logo:</span>
|
||||||
<imgUpload1 v-if="flag" :imgUrl="store.logo" :limit="1" @input="getImgUrl"></imgUpload1>
|
<imgUpload1 v-if="flag" :imgUrl="store.logo" :limit="1" @input="getImgUrl"></imgUpload1>
|
||||||
</div>
|
</div>
|
||||||
<!-- 上传图片-->
|
<!-- 上传图片-->
|
||||||
<div style="display: flex; ">
|
<div style="display: flex; margin-top: 20px ">
|
||||||
<span style="margin-right: 20px">门头照:</span>
|
<span style="margin-right: 20px">门头照:</span>
|
||||||
<imgUpload1 v-if="flag" :doorUrl="store.doorstepPhoto" @input="getDoorImgUrl"></imgUpload1>
|
<imgUpload1 v-if="flag" :doorUrl="store.doorstepPhoto" @input="getDoorImgUrl"></imgUpload1>
|
||||||
</div>
|
</div>
|
||||||
|
<div style="display: flex;margin-bottom: 20px">
|
||||||
|
<p>退款密码:
|
||||||
|
<el-input v-model="store.refPass" style="width: 50%" show-password></el-input>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</el-col>
|
||||||
|
<el-col :span="12">
|
||||||
|
|
||||||
<map-componment :pform="form" ref="mapRef" @pform="getForm"></map-componment>
|
<map-componment :pform="form" ref="mapRef" @pform="getForm"></map-componment>
|
||||||
<div style="display: flex;margin-bottom: 20px">
|
<div style="display: flex;margin-bottom: 20px">
|
||||||
@ -29,17 +41,14 @@
|
|||||||
></el-checkbox>
|
></el-checkbox>
|
||||||
</el-checkbox-group>
|
</el-checkbox-group>
|
||||||
</div>
|
</div>
|
||||||
<div style="display: flex;margin-bottom: 20px">
|
|
||||||
<p>退款密码:
|
|
||||||
<el-input v-model="store.refPass" style="width: 50%" show-password></el-input>
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
</el-col>
|
||||||
|
</el-row>
|
||||||
<el-button type="primary" @click="submitStore">保存信息</el-button>
|
<el-button type="primary" @click="submitStore">保存信息</el-button>
|
||||||
</el-card>
|
</el-card>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="12">
|
<el-col :span="6">
|
||||||
<el-card class="card" style="margin-left: 20px">
|
<el-card class="card" style="margin-left: 20px; height: 75vh">
|
||||||
<div slot="header" class="clearfix">
|
<div slot="header" class="clearfix">
|
||||||
<span>油站二维码</span>
|
<span>油站二维码</span>
|
||||||
</div>
|
</div>
|
||||||
@ -271,7 +280,7 @@ export default {
|
|||||||
}
|
}
|
||||||
.qrcode{
|
.qrcode{
|
||||||
width: 300px;
|
width: 300px;
|
||||||
margin-top: 15px;
|
margin-top: 0px;
|
||||||
}
|
}
|
||||||
.but{
|
.but{
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
|
Loading…
Reference in New Issue
Block a user