实验报告等调整

dev_2020-03-03
yujialong 3 years ago
parent 74077d5979
commit e12146a01f
  1. BIN
      src/assets/img/match-bg3.png
  2. BIN
      src/assets/img/match-bg4.png
  3. BIN
      src/assets/img/match-bg5.png
  4. 3
      src/components/breadcrumb/index.vue
  5. 1
      src/layouts/footer/index.vue
  6. 4
      src/pages/ass/list/index.vue
  7. 12
      src/pages/index/list/index.vue
  8. 7
      src/pages/match/list/index.vue
  9. 2
      src/pages/record/details/index.vue
  10. 10
      src/pages/record/list/ass.vue
  11. 6
      src/pages/record/list/practice.vue
  12. 56
      src/pages/record/show/index.vue

Binary file not shown.

Before

Width:  |  Height:  |  Size: 118 KiB

After

Width:  |  Height:  |  Size: 389 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

After

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 56 KiB

@ -33,8 +33,7 @@ export default {
},
data() {
return {
pages: this.data.split('/'),
curRoute: this.$route.path
pages: this.data.split('/')
};
},
methods: {

@ -2,7 +2,6 @@
<div class="footer">
<div class="info">
<span class="m-r-20">客服邮箱service@huorantech.cn</span>
<span>联系电话 18818574533</span>
</div>
<div class="copyright">
<span>© Copyright 2021 Occupation Lab 职站</span>

@ -67,7 +67,7 @@
</div>
<div class="page">
<el-table v-loading="listLoading" :data="listData" class="table" stripe header-align="center">
<el-table-column type="index" width="100" label="序号" align="center">
<el-table-column type="index" width="60" label="序号" align="center">
<template slot-scope="scope">
{{ scope.$index + (page - 1) * pageSize + 1 }}
</template>
@ -420,7 +420,7 @@ export default {
}
},
show(row) { //
this.$router.push(`/record/show?id=${row.id}&recordId=${row.recordid}&reportId=${row.reportId}`);
this.$router.push(`/record/show?reportId=${row.reportId}`);
},
saveIc() {
if (!this.invitationCode) return util.warningMsg("请输入邀请码");

@ -69,18 +69,18 @@
<ul class="list">
<li class="wow fadeInDown" data-wow-delay="0.5s">
<img src="@/assets/img/index/index3.png" alt="">
<h6>大数据分析统计教学效果有可依</h6>
<h6>大数据分析统计<br>教学效果有可依</h6>
<p class="text">大数据追踪每个老师学生教学和学习情况统计分析并通过可视化图表展示教学效果一目了然</p>
</li>
<li class="wow fadeInRight" data-wow-delay="0.8s">
<img src="@/assets/img/index/index4.png" alt="">
<h6>云端部署实验教学资源共享</h6>
<h6>云端部署<br>实验教学资源共享</h6>
<p class="text">随时随地只需登录网站无需安装部署即可轻松享受云上实验室可满足不同学科不同场景下的教学需求</p>
</li>
<li class="wow fadeInUp" data-wow-delay="1.1s">
<img src="@/assets/img/index/index5.png" alt="">
<h6>功能全面打造能化教学全场景</h6>
<p class="text">平台包含了的功能模块操作方便快捷可轻松实现数字化智能化教学;同时平台还新增有大赛资讯等功能模块将教学活动拓展到课堂外为院校师生打造智能化多样化个性化的全场景</p>
<h6>功能全面<br>打造能化教学全场景</h6>
<p class="text">以及大赛资讯等功能模块操作方便智能快捷将教学活动从课上拓展到课堂外为院校师生打造智能化多样化个性化的全场景</p>
</li>
</ul>
</div>
@ -324,10 +324,9 @@ export default {
}
.list{
display: flex;
height: 390px;
li{
width: 33.33%;
padding: 107px 35px 0;
padding: 107px 35px 30px;
margin-right: 20px;
text-align: center;
box-shadow: 0px 5px 20px 0px rgba(98, 117, 163, 0.08);
@ -351,6 +350,7 @@ export default {
h6{
margin: 45px 0 16px;
font-size: 18px;
line-height: 28px;
color: #0B1D30;
transition: .3s;
}

@ -318,8 +318,7 @@ export default {
this.$post(this.api.addApplicant, data).then(res => {
this.$message.success("报名成功");
this.getData();
}).catch(res => {
});
}).catch(res => {})
}
}
}
@ -331,8 +330,8 @@ export default {
position: relative;
padding: 100px 0 130px;
text-align: center;
background: url(../../../assets/img/match-bg4.png) (72px 180px)/auto no-repeat,
url(../../../assets/img/match-bg5.png) (90% 172px)/auto no-repeat,
background: url(../../../assets/img/match-bg4.png) (27px 10px)/auto no-repeat,
url(../../../assets/img/match-bg5.png) (98% 20px)/auto no-repeat,
url(../../../assets/img/match-bg3.png) 0 0/100% 100% no-repeat;
h6 {
margin-bottom: 25px;

@ -127,7 +127,7 @@ export default {
}
},
toReport(row) {
this.$router.push(`/record/show?reportId=${row.reportId}`);
this.$router.push(`/record/show?reportId=${row.reportId}&curriculumId=${this.curriculumId}&projectId=${this.projectId}`);
}
}
};

@ -6,20 +6,20 @@
:data="listData"
stripe
>
<el-table-column prop="id" label="次序" width="120" align="center" type="index"></el-table-column>
<el-table-column prop="id" label="次序" width="60" align="center" type="index"></el-table-column>
<el-table-column prop="curriculumName" label="课程名称" align="center"></el-table-column>
<el-table-column prop="experimentalName" label="考核名称" align="center"></el-table-column>
<el-table-column prop="projectName" label="实验项目名称" align="center"></el-table-column>
<el-table-column prop="score" label="得分" align="center"></el-table-column>
<el-table-column prop="className" label="实验班级" align="center"></el-table-column>
<el-table-column prop="timeSum" label="耗时" align="center">
<el-table-column prop="score" width="60" label="得分" align="center"></el-table-column>
<el-table-column prop="className" width="100" label="实验班级" align="center"></el-table-column>
<el-table-column prop="timeSum" width="80" label="耗时" align="center">
<template slot-scope="scope">
{{ scope.row.timeSum }}min
</template>
</el-table-column>
<el-table-column prop="startTime" label="起始时间" align="center"></el-table-column>
<el-table-column prop="submitTime" label="结束时间" align="center"></el-table-column>
<el-table-column label="操作" align="center">
<el-table-column label="操作" width="100" align="center">
<template slot-scope="scope">
<el-button type="text" @click="toReport(scope.row)">实验成绩报告</el-button>
</template>

@ -1,14 +1,14 @@
<template>
<div>
<el-table :data="listData" stripe>
<el-table-column prop="id" label="次序" width="120" align="center" type="index"></el-table-column>
<el-table-column prop="id" label="次序" width="60" align="center" type="index"></el-table-column>
<el-table-column prop="curriculumName" label="课程名称" align="center"></el-table-column>
<el-table-column prop="projectName" label="实验项目名称" align="center"></el-table-column>
<el-table-column prop="hightScore" label="实验最高得分" align="center"></el-table-column>
<el-table-column prop="practiceNum" label="练习次数" align="center"></el-table-column>
<el-table-column prop="practiceNum" label="练习次数" width="80" align="center"></el-table-column>
<el-table-column prop="duration" label="累计实验时长(小时)" align="center"></el-table-column>
<el-table-column prop="lastTime" label="最近实验时间" align="center"></el-table-column>
<el-table-column prop="creationTime" label="操作" align="center">
<el-table-column prop="creationTime" width="90" label="操作" align="center">
<template slot-scope="scope">
<el-button type="text" @click="toDetails(scope.row)">实验情况</el-button>
</template>

@ -1,7 +1,30 @@
<template>
<!-- 实验报告 -->
<div class="wrap">
<breadcrumb ref="breadcrumb" data="实验记录/实验情况/实验报告"></breadcrumb>
<div class="breadcrumb">
<el-breadcrumb separator=">">
<template v-for="(item, i) in breadPath">
<el-breadcrumb-item
v-if="!i"
:key="i"
:to="{ path: 'list' }">
{{item}}
</el-breadcrumb-item>
<el-breadcrumb-item
v-else-if="breadPath.length > 2 && i === 1"
:to="{ path: 'details', query: { curriculumId, projectId } }"
:key="i">
{{item}}
</el-breadcrumb-item>
<el-breadcrumb-item
v-else
:key="i">
{{item}}
</el-breadcrumb-item>
</template>
</el-breadcrumb>
</div>
<!-- <breadcrumb ref="breadcrumb" data="实验记录/实验情况/实验报告"></breadcrumb> -->
<div class="content" :class="{loading}" id="pdfDom">
<div class="text-right" v-if="!loading">
<el-button @click="editReport">
@ -76,7 +99,7 @@
实验数据
</h6>
<el-table :data="expData" class="table" border stripe header-align="center">
<el-table-column type="index" label="序号" align="center" width="100">
<el-table-column type="index" label="序号" align="center" width="60">
<template slot-scope="scope">
{{ scope.$index + 1 }}
</template>
@ -91,7 +114,7 @@
</div>
</template>
</el-table-column>
<el-table-column prop="ruleAnswer" label="参考答案" width="200" style='word-wrap: break-word' align="center">
<el-table-column prop="ruleAnswer" label="参考答案" style='word-wrap: break-word' align="center">
<template slot-scope="scope">
<div v-if='scope.row.lcRuleRecords'>
<div v-for="(item, index) in scope.row.lcRuleRecords">
@ -105,7 +128,7 @@
</div>
</template>
</el-table-column>
<el-table-column prop="userAnswer" label="学生答案" width="200" align="center">
<el-table-column prop="userAnswer" label="学生答案" align="center">
<template slot-scope="scope">
<div v-if='scope.row.lcRuleRecords'>
<div v-for="(item, index) in scope.row.lcRuleRecords">
@ -117,12 +140,10 @@
</span>
</div>
</div>
<div v-else v-html='scope.row.answer' style='white-space: pre-wrap'>
<!-- {{}}-->
</div>
<div v-else v-html='scope.row.answer' style='white-space: pre-wrap'></div>
</template>
</el-table-column>
<el-table-column prop="score" label="得分" align="center"></el-table-column>
<el-table-column prop="score" label="得分" width="80" align="center"></el-table-column>
</el-table>
</div>
<div class="m-b-20">
@ -149,6 +170,9 @@ export default {
data() {
return {
reportId: this.$route.query.reportId,
curriculumId: this.$route.query.curriculumId,
projectId: this.$route.query.projectId,
breadPath: ['实验记录', '实验情况', '实验报告'],
title: "实验报告",
form: {
className: "",
@ -189,7 +213,7 @@ export default {
score: form.score,
userName: form.userName
}
form.assessmentId && this.$refs.breadcrumb.update('实验记录/实验报告')
form.assessmentId && (this.breadPath = ['实验记录', '实验报告'])
}).catch(res => {})
},
exportPage() { //
@ -255,6 +279,20 @@ export default {
</script>
<style lang="scss" scoped>
.breadcrumb {
margin: 4px 0 16px;
/deep/.el-breadcrumb__item {
.is-link, .el-breadcrumb__separator {
font-weight: 400;
color: $main-color;
}
&:last-child {
.is-link {
color: #0B1D30;
}
}
}
}
.wrap {
padding: 12px 300px 20px;
}

Loading…
Cancel
Save