From ce190a7e169e6e632a89a952ec94f0a308ccf724 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期三, 24 九月 2025 15:09:26 +0800
Subject: [PATCH] feat: 页面

---
 src/views/FinanceManage/FinanceManageList.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/FinanceManage/FinanceManageList.vue b/src/views/FinanceManage/FinanceManageList.vue
index e51be1f..8163c16 100644
--- a/src/views/FinanceManage/FinanceManageList.vue
+++ b/src/views/FinanceManage/FinanceManageList.vue
@@ -71,7 +71,7 @@
   },
   {
     defaultExtraParams: {
-      orderInput: [{ property: 'id', order: EnumPagedListOrder.Asc }],
+      orderInput: [{ property: 'id', order: EnumPagedListOrder.Desc }],
     },
     columnsRenderProps: {
       transDate: { type: 'date', format: 'YYYY-MM-DD HH:mm:ss' },

--
Gitblit v1.9.1