浏览代码

课程名单的通知显示

XW 1 年之前
父节点
当前提交
2c43d232a0
共有 1 个文件被更改,包括 3 次插入0 次删除
  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;">
                 <p style="margin-bottom: 20px; font-weight: bold;">
                     {{ $t("studentWeb.courseContent.classroom") }}:{{ courseList[selectClass - 1].roomName ? courseList[selectClass - 1].roomName : $t("studentWeb.courseContent.noRoom") }}
                     {{ $t("studentWeb.courseContent.classroom") }}:{{ courseList[selectClass - 1].roomName ? courseList[selectClass - 1].roomName : $t("studentWeb.courseContent.noRoom") }}
                 </p>
                 </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> -->
                 <!-- <p style="margin-bottom: 20px; font-weight: bold;">{{ $t("studentWeb.courseContent.addedTime") }}:{{ courseList[selectClass - 1].courseAddDate }}</p> -->
             </div>
             </div>
@@ -658,6 +660,7 @@ export default {
                                 }) : []
                                 }) : []
                                 Object.assign(info, sche)
                                 Object.assign(info, sche)
                                 info.showName = `${info.name}(${info.teacherName}-${info.groupName ? info.groupName : ''})`
                                 info.showName = `${info.name}(${info.teacherName}-${info.groupName ? info.groupName : ''})`
+                                info.notice = sche.notice
                                 list.push(info)
                                 list.push(info)
                             })
                             })
                         })
                         })