浏览代码

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

jinx 2 年之前
父节点
当前提交
1c7e1a7da3
共有 1 个文件被更改,包括 4 次插入0 次删除
  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
     return outDays
 })
 })