Browse Source

课程名单的通知显示

XW 1 năm trước cách đây
mục cha
commit
2c43d232a0
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      TEAMModelOS/ClientApp/src/view/student-web/AppNew.vue

+ 3 - 0
TEAMModelOS/ClientApp/src/view/student-web/AppNew.vue

@@ -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)
                             })
                         })