提交 06e7a8f8 authored 作者: lihuihui's avatar lihuihui

update

上级 b771e0d0
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
</h1> </h1>
<img class="logo" src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/x-learning/data/exam.png" alt="" /> <img class="logo" src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/x-learning/data/exam.png" alt="" />
</div> </div>
<el-row :gutter="20" class="row-bg" justify="space-around"> <el-row :gutter="20" class="row-bg" justify="space-around" v-if="dataInfo.paper_info">
<el-col :span="8"> <el-col :span="8">
<div class="title">总分</div> <div class="title">总分</div>
<div> <div>
...@@ -37,9 +37,6 @@ ...@@ -37,9 +37,6 @@
export default { export default {
props: { props: {
dataInfo: { type: Object, default: () => ({}) } dataInfo: { type: Object, default: () => ({}) }
},
mounted() {
console.log(1111)
} }
} }
</script> </script>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论