Compare commits

..

No commits in common. "e311cc68f8ab1560851f0d0f66beec1f23d569a3" and "db9a2014cf2cad06e7444336b62604879c999912" have entirely different histories.

View File

@ -65,7 +65,7 @@
</div>
<div style="height: 1000px; width: 1000px; margin-left: 30px;">
<span class="demonstration">经营</span>
<span class="demonstration">门头</span>
<br/>
<div style="width: 1220px;display: flex">
<el-image v-for="(item, index) in from.doorstepPhoto" v-if="from.doorstepPhoto[0]" :src="imagePath+item" style="margin-top: 10px;margin-right:10px;width: 220px;height: 135px;display: flex;border-radius: 3%; "></el-image>
@ -87,10 +87,6 @@
<el-input v-model="from.contact" autocomplete="off" style="width:220px"></el-input>
</el-form-item>
<el-form-item label="油站ID" :label-width="formLabelWidth">
<span>{{ from.id }}</span>
</el-form-item>
</el-col>
<el-col :span="10">
<el-form-item label="上传头像" prop="name" :label-width="formLabelWidth">
@ -175,7 +171,7 @@
<el-col :span="18">
<el-form-item label="上传经营照" prop="name" :label-width="formLabelWidth">
<el-form-item label="上传门头照" prop="name" :label-width="formLabelWidth">
<el-upload
:action="uploadAction"
list-type="picture-card"