no message

This commit is contained in:
DESKTOP-369JRHT\12997 2024-06-12 09:14:03 +08:00
parent f981c3062f
commit 12a790ab9a
2 changed files with 24 additions and 15 deletions

View File

@ -1,6 +1,6 @@
<template>
<div>
<div style="margin: 20px 0px" ref="pform">
<div style="margin: 0px 0px" ref="pform">
<div style="display: flex">
<p style="margin-right: 34px">省市区</p>
<el-cascader

View File

@ -1,21 +1,33 @@
<template>
<div class="app-container">
<el-row>
<el-col :span="12">
<el-card class="card">
<el-col :span="18">
<el-card class="card" style="height: 75vh">
<div slot="header" class="clearfix">
<span>{{ store.name }}{{store.description? "("+store.description+")":"" }}</span>
</div>
<el-row>
<el-col :span="12">
<!-- 上传图片-->
<div style="display: flex">
<span style="margin-right: 10px">店铺logo</span>
<imgUpload1 v-if="flag" :imgUrl="store.logo" :limit="1" @input="getImgUrl"></imgUpload1>
</div>
<!-- 上传图片-->
<div style="display: flex; ">
<div style="display: flex; margin-top: 20px ">
<span style="margin-right: 20px">门头照</span>
<imgUpload1 v-if="flag" :doorUrl="store.doorstepPhoto" @input="getDoorImgUrl"></imgUpload1>
</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>
<div style="display: flex;margin-bottom: 20px">
@ -29,17 +41,14 @@
></el-checkbox>
</el-checkbox-group>
</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-card>
</el-col>
<el-col :span="12">
<el-card class="card" style="margin-left: 20px">
<el-col :span="6">
<el-card class="card" style="margin-left: 20px; height: 75vh">
<div slot="header" class="clearfix">
<span>油站二维码</span>
</div>
@ -271,7 +280,7 @@ export default {
}
.qrcode{
width: 300px;
margin-top: 15px;
margin-top: 0px;
}
.but{
margin-top: 20px;