This commit is contained in:
yuping
2022-12-15 15:43:34 +08:00
parent 82d45c2a55
commit 7fe5ef4a7c
12 changed files with 179 additions and 188 deletions

View File

@@ -2,9 +2,9 @@
<div class="homework" style="padding: 30px">
<!-- 面包屑导航 -->
<div class="crumb">
<div>混合制项目</div>
<div>{{ pName }}</div>
<div style="margin-left: 6px; margin-right: 6px">/</div>
<div>管理者进阶-腾飞班</div>
<div>{{ sName }}</div>
<div style="margin-left: 6px; margin-right: 6px">/</div>
<div style="font-weight: 700; font-size: 16px">作业详情</div>
@@ -268,7 +268,7 @@ const sbValue = ref({
const router = useRouter();
const {
query: {courseId: workId, type, id: taskId},
query: {courseId: workId, type, id: taskId, pName, sName},
} = useRoute();
const {data} = useRequest(TASK_WORK_DETAIL, {workId, taskId});