油站配置字段修改

This commit is contained in:
zhaotianfeng 2024-09-18 18:15:14 +08:00
parent 369060486a
commit d1751d772c

View File

@ -65,7 +65,7 @@
</div> </div>
<div style="height: 1000px; width: 1000px; margin-left: 30px;"> <div style="height: 1000px; width: 1000px; margin-left: 30px;">
<span class="demonstration">门头</span> <span class="demonstration">经营</span>
<br/> <br/>
<div style="width: 1220px;display: flex"> <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> <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,6 +87,10 @@
<el-input v-model="from.contact" autocomplete="off" style="width:220px"></el-input> <el-input v-model="from.contact" autocomplete="off" style="width:220px"></el-input>
</el-form-item> </el-form-item>
<el-form-item label="油站ID" :label-width="formLabelWidth">
<span>{{ from.id }}</span>
</el-form-item>
</el-col> </el-col>
<el-col :span="10"> <el-col :span="10">
<el-form-item label="上传头像" prop="name" :label-width="formLabelWidth"> <el-form-item label="上传头像" prop="name" :label-width="formLabelWidth">
@ -171,7 +175,7 @@
<el-col :span="18"> <el-col :span="18">
<el-form-item label="上传门头照" prop="name" :label-width="formLabelWidth"> <el-form-item label="上传经营照" prop="name" :label-width="formLabelWidth">
<el-upload <el-upload
:action="uploadAction" :action="uploadAction"
list-type="picture-card" list-type="picture-card"