Browse Source

Update index.tsx

lex 1 năm trước cách đây
mục cha
commit
f2ed086746
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/views/student-leave-record/index.tsx

+ 2 - 2
src/views/student-leave-record/index.tsx

@@ -233,8 +233,8 @@ export default defineComponent({
                                 <span class={styles.title}>课程时间</span>
                                 <span>
                                   {item.classDate}{' '}
-                                  {formatTime(item.endClassTime)}-
-                                  {formatTime(item.startClassTime)}
+                                  {formatTime(item.startClassTime)}-
+                                  {formatTime(item.endClassTime)}
                                 </span>
                               </div>
                               <div class={[styles.times]}>