mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 04:16:45 +08:00
从系统选择封面
This commit is contained in:
@@ -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> -->
|
||||
|
||||
Reference in New Issue
Block a user