mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-14 05:16:47 +08:00
init
This commit is contained in:
@@ -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});
|
||||
|
||||
Reference in New Issue
Block a user