From 84581333b74d8ac1b0867e5b8c276f6fc332e4eb Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期五, 19 九月 2025 14:06:21 +0800 Subject: [PATCH] fix: bug --- src/views/FinanceManage/components/BalanceDetailDialog.vue | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/views/FinanceManage/components/BalanceDetailDialog.vue b/src/views/FinanceManage/components/BalanceDetailDialog.vue index d18b592..330e4b8 100644 --- a/src/views/FinanceManage/components/BalanceDetailDialog.vue +++ b/src/views/FinanceManage/components/BalanceDetailDialog.vue @@ -1,5 +1,5 @@ <template> - <ProDialog title="浣欓鏄庣粏" v-model="visible" destroy-on-close draggable> + <ProDialog title="浣欓鏄庣粏" v-model="visible" destroy-on-close draggable width="1200px"> <ProDialogTableWrapper :height="500"> <ProTableQueryFilterBar @on-reset="reset"> <template #query> @@ -94,24 +94,27 @@ id: '2', enCode: 'income', name: '鏀跺叆', + width: 100, }, { id: '3', enCode: 'outcome', name: '鏀嚭', + width: 100, }, { id: '4', enCode: 'balance', name: '璐︽埛浣欓', + width: 100, }, { - id: '4', + id: '5', enCode: 'account', name: '瀵规柟甯愬彿/鎴峰悕', }, { - id: '4', + id: '6', enCode: 'purpose', name: '鐢ㄩ��', }, @@ -166,7 +169,7 @@ defaultExtraParams: { type: '' as any as EnumUserWalletTransactionType, creationTime: [] as unknown as ModelValueType, - 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