From 9a78ccae36f28dc7a60976fb48625a58e9422e03 Mon Sep 17 00:00:00 2001 From: hongxilin <17663930442@163.com> Date: Mon, 30 Dec 2024 14:38:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E5=8F=B0=E5=9C=B0=E5=8C=BA?= =?UTF-8?q?=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue/gold-system/src/views/workspace/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/vue/gold-system/src/views/workspace/index.vue b/vue/gold-system/src/views/workspace/index.vue index 825696a..7a460bb 100644 --- a/vue/gold-system/src/views/workspace/index.vue +++ b/vue/gold-system/src/views/workspace/index.vue @@ -590,6 +590,7 @@ const getAreaRank = async function () { name: item.area, })); } + areaRank.value.sort((a, b) => b.value - a.value); areaRankLoading.value = false; console.log("areaRank", areaRank.value); };