提交 ae46a57d authored 作者: 王鹏飞's avatar 王鹏飞

update

上级 842d3715
...@@ -11,13 +11,10 @@ ...@@ -11,13 +11,10 @@
</div> </div>
<div class="item"> <div class="item">
<p><b>考试说明</b></p> <p><b>考试说明</b></p>
<p>1.考试目的:考核道路运输企业主要负责人和安全生产管理人员对安全生产管理知识掌握程度</p> <p>1.考试目的:考取金融数字化营销职业技能考试证书。</p>
<p> <p>2.考试试卷:按照考试大纲的考点出题,精准模拟。</p>
2.考核范围:道路运输安全生产相关法律法规及标准规范、道路运输企业安全生产主体责任、道路运输企业安全管理知识、道路运输安全生产实务等内容。
</p>
<p>3.考试试卷:按照考试大纲的考点出题,精准模拟。</p>
</div> </div>
<div class="item"> <!-- <div class="item">
<p><b>选择角色</b></p> <p><b>选择角色</b></p>
<el-radio-group v-model="role"> <el-radio-group v-model="role">
<el-radio :label="1">管理人员</el-radio> <el-radio :label="1">管理人员</el-radio>
...@@ -27,7 +24,7 @@ ...@@ -27,7 +24,7 @@
<div class="item"> <div class="item">
<p><b>试卷组卷比例见下表</b></p> <p><b>试卷组卷比例见下表</b></p>
<img src="../../../assets/images/exam_table.png" style="max-width: 100%" /> <img src="../../../assets/images/exam_table.png" style="max-width: 100%" />
</div> </div> -->
</div> </div>
<template #footer> <template #footer>
<div class="app-container-ft"><el-button type="primary" @click="startExam">开始考试</el-button></div> <div class="app-container-ft"><el-button type="primary" @click="startExam">开始考试</el-button></div>
...@@ -67,12 +64,10 @@ export default { ...@@ -67,12 +64,10 @@ export default {
}) })
} }
}) })
.finally(() => { .finally(() => {})
})
} }
}) })
.finally(() => { .finally(() => {})
})
}, },
toolTipBox() { toolTipBox() {
this.$confirm('您上次未做完试题', '', { this.$confirm('您上次未做完试题', '', {
...@@ -80,24 +75,26 @@ export default { ...@@ -80,24 +75,26 @@ export default {
cancelButtonText: '继续答题', cancelButtonText: '继续答题',
distinguishCancelAndClose: true, distinguishCancelAndClose: true,
type: 'warning' type: 'warning'
}).then(() => { })
this.$router.push({ .then(() => {
path: '/mock/exam',
query: {
is_create: 1
}
})
}).catch((e) => {
if (e === 'cancel') {
console.log(e)
this.$router.push({ this.$router.push({
path: '/mock/exam', path: '/mock/exam',
query: { query: {
is_create: 0 is_create: 1
} }
}) })
} })
}) .catch(e => {
if (e === 'cancel') {
console.log(e)
this.$router.push({
path: '/mock/exam',
query: {
is_create: 0
}
})
}
})
} }
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论