From 495d5c82999f49d12a4cbb3193820cb9d7096192 Mon Sep 17 00:00:00 2001 From: yujiacong <1016029365@qq.com> Date: Fri, 22 Aug 2025 16:15:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8E=E5=8F=B0=E4=BC=98=E5=8C=96-=E5=85=85?= =?UTF-8?q?=E5=80=BC=E4=BB=A3=E7=90=86=E4=BB=A3=E5=8F=91/=E5=94=AE?= =?UTF-8?q?=E5=8D=96=E5=88=86=E6=9E=90=20-=20=E8=AF=A6=E6=83=85=E8=A1=A8?= =?UTF-8?q?=E6=A0=BC=E6=8E=92=E5=BA=8F=EF=BC=9A=E6=80=BB=E8=BD=AC=E8=B5=A0?= =?UTF-8?q?=E8=96=AA=E8=B5=84=E5=80=92=E5=BA=8F=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/RechargeAgentDropshipping.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/system/RechargeAgentDropshipping.vue b/src/views/system/RechargeAgentDropshipping.vue index 55fbffb..0f5b6c8 100644 --- a/src/views/system/RechargeAgentDropshipping.vue +++ b/src/views/system/RechargeAgentDropshipping.vue @@ -163,6 +163,7 @@ const getData = () => { // 详情 const detailPageFun = (row) => { detailStatTable.value = JSON.parse(row.detailStat); + dateCycleArr.value.sort((a, b) => b.receiveTotalGuildUsd - a.receiveTotalGuildUsd); detailStatDialog.value = true; }; // 重置