油站配置字段修改
This commit is contained in:
parent
369060486a
commit
d1751d772c
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user