提交修改

This commit is contained in:
daihh
2022-06-02 16:20:52 +08:00
20 changed files with 2080 additions and 1607 deletions

View File

@@ -134,7 +134,7 @@ export default {
<style lang="scss" scoped>
.one-line-ellipsis{
display: -webkit-box;
// white-space:pre-wrap;
white-space:pre-wrap;
word-wrap: break-word;
word-break:break-all;
overflow: hidden;

View File

@@ -180,7 +180,7 @@
<div style="padding-right: 30px;"><div></div></div>
<span slot="footer" class="dialog-footer">
<el-checkbox style="margin-right:10px" v-model="checked"></el-checkbox><span style="font-size:14px;color:#787878;">我已阅读并遵守<span style="color:#588afc;margin-right:10px;cursor: pointer;" @click="courseInfoFormCheckedShow = true">平台内容发布要求</span></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>
<el-button @click="closeForm()">关闭</el-button>

View File

@@ -593,6 +593,7 @@
setupTage:0,
},
},
pdfTip:'',//pdf文件的提示
hasCWare:{ keyword:'', count: 0, pageSize: 10, pageIndex: 1, list:[]},
homework:{
show:1,

View File

@@ -162,7 +162,7 @@ export default {
let obj = {
one: urlPre+'/web/teacherLesson',
two: urlPre+'/grow180/login',
three: this.webBaseUrl + '/study/index',
three: this.webBaseUrl + '/study/index?study=1',
four: 'https://m.qingxuetang.com/x/?appId=qxtcorp306130',
five: urlPre+'/boe/new-employee/index.html'
};

View File

@@ -44,7 +44,7 @@
</el-col>
<el-col :span="2">
<div class="grid-content bg-purple">
<el-button type="primary" style="margin-left: 20px;" @click="getSignupList()" >搜索</el-button>
<el-button type="primary" style="margin-left: 20px;" @click="getSignupList()" >ssz</el-button>
</div>
</el-col>
<!-- <el-col :span="2"> -->
@@ -623,14 +623,16 @@ export default {
pageIndex: this.study.pageIndex,
pageSize: this.study.pageSize
};
apicourseStudy.findSignup(params).then(res => {
if (res.status === 200) {
let ids = [];
res.result.list.forEach(item => {
ids.push(item.aid);
});
this.getQaUserData(res.result.list, ids);
// this.study.list = res.result.list;
this.study.list = res.result.list;
this.study.count = res.result.count;
} else {
this.$message.error(res.message);

View File

@@ -73,10 +73,11 @@
<span slot="title" class="textl">考试管理</span>
</el-menu-item>
</el-submenu>
<!-- <el-menu-item index="/manage/teachers" v-show="curIdentity == 3">
<!--增加一个说明-->
<el-menu-item index="/manage/teachers" v-show="curIdentity == 3">
<svg-icon icon-class="teather"></svg-icon>
<span slot="title">教师管理</span>
</el-menu-item> -->
</el-menu-item>
<!-- <el-menu-item index="/case/manage" v-show="curIdentity == 3">
<svg-icon icon-class="case"></svg-icon>
<span slot="title">案例管理</span>
@@ -426,7 +427,7 @@ export default {
height: 36px;
}
.oneheight{
height: 36px;
line-height: 36px;
}