|
@@ -231,6 +231,8 @@
|
|
|
<p style="margin-bottom: 20px; font-weight: bold;">
|
|
|
{{ $t("studentWeb.courseContent.classroom") }}:{{ courseList[selectClass - 1].roomName ? courseList[selectClass - 1].roomName : $t("studentWeb.courseContent.noRoom") }}
|
|
|
</p>
|
|
|
+
|
|
|
+ <p style="margin-bottom: 20px; font-weight: bold;">{{ $t("studentWeb.type.note") }}:{{ courseList[selectClass - 1].notice || '-' }}</p>
|
|
|
|
|
|
<!-- <p style="margin-bottom: 20px; font-weight: bold;">{{ $t("studentWeb.courseContent.addedTime") }}:{{ courseList[selectClass - 1].courseAddDate }}</p> -->
|
|
|
</div>
|
|
@@ -658,6 +660,7 @@ export default {
|
|
|
}) : []
|
|
|
Object.assign(info, sche)
|
|
|
info.showName = `${info.name}(${info.teacherName}-${info.groupName ? info.groupName : ''})`
|
|
|
+ info.notice = sche.notice
|
|
|
list.push(info)
|
|
|
})
|
|
|
})
|