mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 19:36:43 +08:00
提交讲师
This commit is contained in:
@@ -185,7 +185,8 @@ export default {
|
|||||||
<el-form-item label="课程简介:" prop="courseIntroduction">
|
<el-form-item label="课程简介:" prop="courseIntroduction">
|
||||||
<el-input type="textarea" v-model="form.courseIntroduction"></el-input>
|
<el-input type="textarea" v-model="form.courseIntroduction"></el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<div style="margin-left: 140px;margin-bottom: 20px">
|
<el-form-item label="上传初稿:">
|
||||||
|
<div>
|
||||||
<el-upload
|
<el-upload
|
||||||
class="upload-demo"
|
class="upload-demo"
|
||||||
drag
|
drag
|
||||||
@@ -201,8 +202,9 @@ export default {
|
|||||||
<div class="el-upload__tip" slot="tip">请上传解密后的文件,仅支持上传ppt,pptx,pdf格式文件</div>
|
<div class="el-upload__tip" slot="tip">请上传解密后的文件,仅支持上传ppt,pptx,pdf格式文件</div>
|
||||||
</el-upload>
|
</el-upload>
|
||||||
</div>
|
</div>
|
||||||
|
</el-form-item>
|
||||||
<el-form-item>
|
<el-form-item>
|
||||||
<el-button type="primary" @click="onSubmit('form')" disabled="disabled">提交</el-button>
|
<el-button type="primary" @click="onSubmit('form')">提交</el-button>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-form>
|
</el-form>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -109,7 +109,6 @@ export default {
|
|||||||
<span class="wtg" v-if="item.reviewResult == 1">【未通过】</span>
|
<span class="wtg" v-if="item.reviewResult == 1">【未通过】</span>
|
||||||
<span class="jxz" v-if="item.reviewResult == 2">【认证中】</span>
|
<span class="jxz" v-if="item.reviewResult == 2">【认证中】</span>
|
||||||
<span class="ybm" v-if="item.reviewResult == 3">【已报名】</span>
|
<span class="ybm" v-if="item.reviewResult == 3">【已报名】</span>
|
||||||
<!-- <a :href="`${webBaseUrl}/course/detail?id=${item.id}`" target="_blank"> {{item.name}}</a> -->
|
|
||||||
<span style="font-size:18px;color:#333">{{ item.draftStatus==1?item.examineName:item.courseName }}</span>
|
<span style="font-size:18px;color:#333">{{ item.draftStatus==1?item.examineName:item.courseName }}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="summary-item">
|
<div class="summary-item">
|
||||||
|
|||||||
Reference in New Issue
Block a user