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