mirror of
https://hub.gitmirror.com/https://github.com/ExamAware/ExamShowboard-Legacy.git
synced 2025-04-29 13:46:32 +00:00
更新 SubjectInfo.vue
This commit is contained in:
parent
faac8bac27
commit
df1679bc6c
@ -5,7 +5,7 @@
|
|||||||
当前科目:<span class="text-h5 ml-2">{{ exam.name }}</span>
|
当前科目:<span class="text-h5 ml-2">{{ exam.name }}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="text-h5 line-item">
|
<div class="text-h5 line-item">
|
||||||
考试时间: {{ formatDateTime(exam.start) }} - {{ formatDateTime(exam.end) }}
|
考试时间: {{ formatDateTime(exam.start) }} ~ {{ formatDateTime(exam.end) }}
|
||||||
</div>
|
</div>
|
||||||
<div class="text-h5 line-item">
|
<div class="text-h5 line-item">
|
||||||
考试状态: <span :class="statusColor">{{ statusText }}</span>
|
考试状态: <span :class="statusColor">{{ statusText }}</span>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user