diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index 97608d7d..fa4a039d 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -388,7 +388,11 @@ - - - - - 预览 - - - - - - - - - - - - - - - - 课程名称: - - - - {{ faceDetailObj !== null ? faceDetailObj.name : "" }} - - - - - - - - - - - - - - - - 封面图: - - - - - - - - - - 目标人群: - - - - {{ - faceDetailObj !== null ? faceDetailObj.targetUser : "" - }} - - - - - - 课程价值: - - - - {{ faceDetailObj !== null ? faceDetailObj.meaning : "" }} - - - - - - - - - - 内容分类: - - - - - {{ - faceDetailObj !== null - ? contentList11.find( - (e) => e.dictCode == faceDetailObj.categoryId - )?.dictValue - : "" - }} - - - - - - 场景: - - - - - {{ - faceDetailObj !== null - ? sceneist11.find( - (e) => e.dictCode == faceDetailObj.sceneId - )?.dictValue - : "" - }} - - - - - - 内容标签: - - - {{ faceDetailObj !== null ? faceDetailObj.tips : "" }} - - - - - - - - - - 授课教师: - - - - {{ faceDetailObj !== null ? faceDetailObj.teacher : "" }} - - - - - - 课程简介: - - - - {{ faceDetailObj !== null ? faceDetailObj.intro : "" }} - - - - - - 附件 - - - - {{ - [ - "附件一", - "附件二", - "附件三", - "附件四", - "附件五", - "附件六", - ][index] - }} - - 查看 - - - - - - - - - - - {{ item.name }} - - - - - - 上传完成 - - - 100% - - - - - - - 删除 - - - - - - - - - - - 取消 - - - 确定 - - - - - - + /> { - state.lookCourseModal = true; getFaceDetail(value.record.offId); console.log(value.record); }} @@ -652,7 +357,10 @@ export default { .then((res) => { console.log("获取面授详情信息成功", res); let result = res.data.data; + state.lookCourseModal = true; + result.attach = result.attach == "" ? [] : result.attach.split(","); state.faceDetailObj = result; + heroImg.value.src = result.picUrl; valueHtml.value = result.outline; attachMap.value = result.attach == "" ? [] : result.attach.split(","); @@ -705,15 +413,10 @@ export default { }; // 预览弹框 开启和关闭 - const ft_exit = () => { state.lookCourseModal = false; }; - const handlePush = () => { - state.lookCourseModal = false; - }; - const setFaceData = (tableData) => { if (!tableData || !tableData.length) { state.tableData1 = []; @@ -832,7 +535,6 @@ export default { closeCourAuditModal, sureCourAuditModal, ft_exit, - handlePush, getFaceDetail, heroImg, valueHtml, diff --git a/src/views/projectcenter/TaskPage.vue b/src/views/projectcenter/TaskPage.vue index ac7cdde5..be89f9a0 100644 --- a/src/views/projectcenter/TaskPage.vue +++ b/src/views/projectcenter/TaskPage.vue @@ -32,11 +32,51 @@ {{ act }} + + + {{ act }} + + + + + + + + + 提示 + + + + 您确定要提交审核吗 + + + + + 取消 + + + 确定 + + + + +