diff --git a/src/api/growth/index.js b/src/api/growth/index.js index 39fb0293..e00e31a0 100644 --- a/src/api/growth/index.js +++ b/src/api/growth/index.js @@ -4,4 +4,8 @@ export const getList = (params) => ajax.get('/manageApi',`/stu/grow/getStuLearnI //获取路径图详情 export const taskList = (params) => ajax.get('/manageApi',`/stu/grow/taskList?growId=${params}`); //全岗位路径 -export const getFullJobPath = (params) => ajax.get('/manageApi',`/stu/grow/getFullJobPath`); \ No newline at end of file +export const getFullJobPath = (params) => ajax.get('/manageApi',`/stu/grow/getFullJobPath`); +//外部考试 +export const queryExternalExam = (params) => ajax.get('/manageApi',`/external/exam/queryExternalExam?externalId=${params.externalId}&type=14`); +//外部考试点击调用 +export const submitExternalExam = (params) => ajax.postJson('/manageApi',`/stu/externalExam/submitExternalExam`,params); \ No newline at end of file diff --git a/src/assets/images/growth/return.png b/src/assets/images/growth/return.png new file mode 100644 index 00000000..009c9c86 Binary files /dev/null and b/src/assets/images/growth/return.png differ diff --git a/src/assets/images/growth/yuan.png b/src/assets/images/growth/yuan.png new file mode 100644 index 00000000..d6545d0a Binary files /dev/null and b/src/assets/images/growth/yuan.png differ diff --git a/src/router/index.js b/src/router/index.js index 6f7163be..a52d8abf 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -124,6 +124,13 @@ export const constantRoutes = [{ name: 'growthpath', meta: { title: '成长路径图', keepAlive: true, icon: 'dashboard', noCache: true, affix: false }, }, +{ + path: '/ExamScore', + hidden: true, + component: (resolve) => require(['@/views/study/ExamScore'], resolve), + name: 'ExamScore', + meta: { title: '成长路径图', keepAlive: true, icon: 'dashboard', noCache: true, affix: false }, +}, { path: '/courseRecommended', hidden: true, diff --git a/src/views/study/ExamScore.vue b/src/views/study/ExamScore.vue new file mode 100644 index 00000000..4cff6238 --- /dev/null +++ b/src/views/study/ExamScore.vue @@ -0,0 +1,567 @@ + + + + + + + + + + 学习任务 + / + 外部考试 + / + 考试详情 + + + + + 返回 + + + + + + + + + + + 【考试】{{ this.$route.query.pName }} + + + 数据来源 + + + + {{ datainfo.source ? datainfo.source : "-" }} + + + + + + + + + 考试说明 + + + + + + {{ datainfo.examinationExplain ? datainfo.examinationExplain : "暂无考试说明" }} + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/views/study/GrowthPath.vue b/src/views/study/GrowthPath.vue index 2ce528a7..ba1b69b0 100644 --- a/src/views/study/GrowthPath.vue +++ b/src/views/study/GrowthPath.vue @@ -269,7 +269,7 @@