This commit is contained in:
zhaofang
2022-09-09 18:38:26 +08:00
parent bcea77390d
commit 8546d52f3c

View File

@@ -177,7 +177,7 @@
<div style="padding-right: 30px;"><div></div></div>
<span slot="footer" class="dialog-footer">
<span class="red-tip">添加分项内容后均需点击保存</span>
<span class="red-tip">有分项内容保存请先保存分项内容再提交</span>
<el-checkbox style="margin-right:10px" v-if="curCourseId != ''" v-model="checked"></el-checkbox><span v-if="curCourseId != ''" style="font-size:14px;color:#787878;">我已阅读并遵守<span style="color:#588afc;margin-right:10px;cursor: pointer;" @click="courseInfoFormCheckedShow = true">平台内容发布要求</span></span>
<!-- <el-button v-if="curCourseId!='' && contentInfo.list.length>0">预览</el-button> -->
<el-button :loading="btnLoading" v-if="curCourseId != ''" :disabled="!checked" @click="submitCourse()" type="primary">提交审核</el-button>
@@ -349,7 +349,7 @@
</el-tab-pane>
</el-tabs>
<span slot="footer" class="dialog-footer">
<span class="red-tip">添加分项内容后均需点击保存</span>
<span class="red-tip">有分项内容保存请先保存分项内容再提交</span>
<el-checkbox v-if="curCourseId != ''" style="margin-right:10px" v-model="checked"></el-checkbox><span v-if="curCourseId != ''" style="font-size:14px;color:#787878">我已阅读并遵守<span style="color:#588afc;margin-right:10px;cursor: pointer;" @click="courseInfoFormCheckedShow = true">平台内容发布要求</span></span>
<el-button :loading="btnLoading" v-if="biaoke.tabIndex == 'base'" type="primary" @click="saveAndNext(2)">保存并下一步</el-button>
<el-button :loading="btnLoading" v-if="biaoke.tabIndex == 'content'" type="primary" @click="previousStep()">上一步</el-button>
@@ -1422,9 +1422,11 @@ export default {
<style lang="scss" scoped>
.red-tip{
margin-top: 8px;
color: red;
font-size: 18px;
font-size: 14px;
float: left;
font-weight: 600;
}
::v-deep .wei-from{
.el-form-item{