提交 b771e0d0 authored 作者: lihuihui's avatar lihuihui

update

上级 601547dc
......@@ -7,7 +7,7 @@
</h1>
<img class="logo" src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/x-learning/data/exam.png" alt="" />
</div>
<el-row :gutter="20" class="row-bg" justify="space-around" v-if="dataInfo.paper_info">
<el-row :gutter="20" class="row-bg" justify="space-around">
<el-col :span="8">
<div class="title">总分</div>
<div>
......@@ -37,6 +37,9 @@
export default {
props: {
dataInfo: { type: Object, default: () => ({}) }
},
mounted() {
console.log(1111)
}
}
</script>
......
......@@ -73,6 +73,8 @@ export default {
data() {
return {}
},
mounted() {
},
computed: {
questionType() {
// (1:单选题,2:多选题,3:问答题,5:案例题,6:判断题,7:实操题,8:情景题)
......
......@@ -66,7 +66,7 @@
<script>
import { getExamDataInfo } from '../api'
import VueHtml2pdf from 'vue-html2pdf'
import ExamInfo from '../components/detail/ExamInfo.vue'
import ExamInfo from '../components/ExamInfo.vue'
import Submission from '../components/Submission.vue'
import Score from '../components/Score.vue'
import ScoreRanking from '../components/ScoreRanking.vue'
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论