从系统选择封面

This commit is contained in:
lmj
2022-06-14 19:28:24 +08:00
parent 0936096121
commit 2688ca6b20
4 changed files with 66 additions and 4 deletions

View File

@@ -53,7 +53,7 @@
</div>
<el-form-item label="名称" required><el-input maxlength="90" v-model="courseInfo.name" show-word-limit placeholder="课程名称(限90字以内)"></el-input></el-form-item>
<el-form-item label="封面图片" v-show="!weike.onlyRequired">
<!-- 上传封面图 -->
<!-- 上传封面图-->
<div style="display:flex">
<div @click.stop="chooseFile">
<!-- <image :src="courseCoverurl" style="width:160px;height:90px" width="160px" height="90px"></image> -->