This commit is contained in:
parent
18cdc81d38
commit
9a51d08428
|
@ -229,7 +229,8 @@
|
||||||
<el-input v-model="item.desc" placeholder="行程说明"></el-input>
|
<el-input v-model="item.desc" placeholder="行程说明"></el-input>
|
||||||
<el-upload
|
<el-upload
|
||||||
class="avatar-uploader"
|
class="avatar-uploader"
|
||||||
action="/dev-api/admin/upload/index"
|
action=""
|
||||||
|
:http-request="handlesAvatarSuccess"
|
||||||
:show-file-list="false"
|
:show-file-list="false"
|
||||||
:on-success="
|
:on-success="
|
||||||
(response, file, fileList) =>
|
(response, file, fileList) =>
|
||||||
|
|
Loading…
Reference in New Issue