diff --git a/src/components/drawers/ExportAchievement.vue b/src/components/drawers/ExportAchievement.vue index 3d3c9e5d..42fa5052 100644 --- a/src/components/drawers/ExportAchievement.vue +++ b/src/components/drawers/ExportAchievement.vue @@ -199,7 +199,7 @@ type: Boolean, default: false, }, - //type=3:面授课 + //type=1 项目 type=2 路径图 type: { type: String, default: null, @@ -240,6 +240,9 @@ const afterVisibleChange = (bool) => { console.log("state", bool); + if(bool){ + console.log('当前是 1 项目 2 路径图', props.type) + } }; //上传文件 diff --git a/src/components/drawers/project/ProjectExternalExamManage.vue b/src/components/drawers/project/ProjectExternalExamManage.vue index 038cdf30..27e21d9b 100644 --- a/src/components/drawers/project/ProjectExternalExamManage.vue +++ b/src/components/drawers/project/ProjectExternalExamManage.vue @@ -115,7 +115,7 @@ --> - + diff --git a/src/components/drawers/router/RouterExaminationExternalManage.vue b/src/components/drawers/router/RouterExaminationExternalManage.vue new file mode 100644 index 00000000..cc160b3b --- /dev/null +++ b/src/components/drawers/router/RouterExaminationExternalManage.vue @@ -0,0 +1,734 @@ + + + + + + + \ No newline at end of file diff --git a/src/views/learningpath/LevelAdd.vue b/src/views/learningpath/LevelAdd.vue index dee61948..738fbf08 100644 --- a/src/views/learningpath/LevelAdd.vue +++ b/src/views/learningpath/LevelAdd.vue @@ -1268,14 +1268,23 @@ /> - + - + + + + + { console.log(data); + if(data.startTime==null && data.endTime==null){ + // 外部考试 + state.examinationExaminaModelVisible = true; + }else{ + // 系统考试 + state.examinationModelVisible = true; + } state.examLevelName = levelname; - state.examinationModelVisible = true; state.examinationModelVisibleTitle = data.name; state.examinationData = data; // 考试弹框名称 RouterExaminationManage