Commit 9650a346 authored by YuY's avatar YuY

大赛描述页面提交

parent 01b85d48
......@@ -55,7 +55,7 @@
<div style="padding:5px 10px">
<el-table v-loading="loading" border :data="cmsContestList">
<el-table-column type="index" label="序号" width="55" align="center"/>
<el-table-column label="封面" prop="contestPicture" :show-overflow-tooltip="true" width="300px">
<el-table-column label="封面" prop="contestPicture" :show-overflow-tooltip="true">
<template slot-scope="scope">
<div :id="step(scope.$index)">
......@@ -152,7 +152,8 @@
:on-success="handleAvatarSuccess"
:before-upload="beforeAvatarUpload"
>
<img v-if="imageUrl" :src="imageUrl" style="height: 200px;width: 200px">
<!-- <img v-if="imageUrl" :src="imageUrl" style="height: 200px;width: 200px">-->
<img v-if="form.url" :src="form.url" style="height: 200px;width: 200px">
<i v-else class="el-icon-plus avatar-uploader-icon" />
</el-upload>
</el-form-item>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment