Browse Source

Merge branch 'dev' of http://192.168.0.115:3000/4dkankan/4dkankan_bim into dev

jinx 2 năm trước cách đây
mục cha
commit
1c7e1a7da3
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      src/pages/SViewer.vue

+ 4 - 0
src/pages/SViewer.vue

@@ -163,6 +163,10 @@ const sourceDays = computed(() => {
         }
     })
 
+    outDays.year.sort((a,b)=>b-a)
+    outDays.month.sort()
+    outDays.day.sort()
+
     return outDays
 })