diff --git a/src/views/homework/HomeworkPage.vue b/src/views/homework/HomeworkPage.vue
index a907609..f1f29b6 100644
--- a/src/views/homework/HomeworkPage.vue
+++ b/src/views/homework/HomeworkPage.vue
@@ -271,6 +271,7 @@ const showFileList = computed(() => {
return fileList.value.length
})
+
const handleClick = () => {
console.log(fileList.value, uploadRef.value)
if (!sbValue.value.content) {
diff --git a/src/views/project/ProjectDetails.vue b/src/views/project/ProjectDetails.vue
index 75c84af..8648bcd 100644
--- a/src/views/project/ProjectDetails.vue
+++ b/src/views/project/ProjectDetails.vue
@@ -2,9 +2,16 @@
+
{{
value.status === 1
? "已完成"
@@ -373,7 +380,7 @@ function introductionPro() {
}
function toFinish(d, sName, chapterId) {
- console.log("dddddd", d);
+ console.log("dddddd", d, sName);
// 作业过期判断
if (d.type == 4) {
let date1 = new Date(d.endTime).getTime();
@@ -490,6 +497,17 @@ function whiteTypes(type) {
display: flex;
font-size: 14px;
line-height: 24px;
+ .return {
+ position: absolute;
+ right: 10%;
+
+ .text {
+ text-align: center;
+ display: flex;
+ flex-direction: row;
+ align-items: center;
+ }
+ }
}
.pdname {
diff --git a/src/views/roadmap/PathDetails.vue b/src/views/roadmap/PathDetails.vue
index 0116756..2d3a7bd 100644
--- a/src/views/roadmap/PathDetails.vue
+++ b/src/views/roadmap/PathDetails.vue
@@ -5,6 +5,13 @@
{{ routerName }}
/
路径图详情
+
+
+
+

+
返回
+
+
@@ -448,7 +455,7 @@ function toFinish(d) {
type: 1,
courseId: d.courseId,
pName: data.value.name,
- sName:data.currentStageName,
+ sName:data.value.currentStageName,
},
});
} else if (typeof types.value.path[d.type] === "function") {
diff --git a/src/views/survey/SurveyDetail.vue b/src/views/survey/SurveyDetail.vue
index 1853fbb..6528ef5 100644
--- a/src/views/survey/SurveyDetail.vue
+++ b/src/views/survey/SurveyDetail.vue
@@ -413,6 +413,10 @@ function formateArr(arr1) {
const { data } = useRequest(ASSESSMENT_QUERY(courseId), { id: courseId });
console.log('我是需要排序得题目', data )
+function goHome() {
+
+}
+
const centerDialogVisible =ref(false);
const open=()=>{
centerDialogVisible.value = true