mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-06 09:26:46 +08:00
修改项目名称显示隐藏
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
<!-- 基本信息 -->
|
||||
<div class="bascinfo">
|
||||
<div class="header_wrap" v-if="data.projectInfoList&&type!=1">
|
||||
<div class="header_wrap_item">项目名称:{{ data.projectInfoList[0].projectName }}</div>
|
||||
<div class="header_wrap_item" v-if="level">项目名称:{{ data.projectInfoList[0].projectName }}</div>
|
||||
<div class="header_wrap_item">开课名称:{{ data.projectInfoList[0].courseName }}</div>
|
||||
<div>培训讲师:{{ data.projectInfoList.map(item => item.teacherName).join(',') }}</div>
|
||||
</div>
|
||||
@@ -227,7 +227,7 @@ import dayjs from "dayjs";
|
||||
import {useTaskPage} from "@/api/useCommon";
|
||||
|
||||
const {
|
||||
query: { courseId, id: taskId, infoId, type, pName, sName, chapterOrStageId, projectStatus, projectEndTime,isSubmitTrue },
|
||||
query: { courseId, id: taskId, infoId, type, pName, sName, chapterOrStageId, projectStatus, projectEndTime,isSubmitTrue,level },
|
||||
} = useRoute();
|
||||
const router = useRouter();
|
||||
const returnclick = () => {
|
||||
@@ -280,7 +280,7 @@ function orderArr(a, b) {
|
||||
return arrs;
|
||||
}
|
||||
onMounted(() => {
|
||||
if(isSubmitTrue){
|
||||
if(isSubmitTrue==true){
|
||||
open();
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user