修复后台分页刷新并优化财务查询

This commit is contained in:
yml2213
2026-08-30 21:56:22 +08:00
parent 327a03672a
commit 6561f925e0
7 changed files with 40 additions and 53 deletions
@@ -404,7 +404,7 @@ function defaultEndDate() {
v-model:current-page="currentPage"
v-model:page-size="currentPageSize"
:total="total"
@change="handlePageChange"
@page-change="handlePageChange"
/>
</section>
</div>
@@ -673,7 +673,7 @@ function accountTypeLabel(type: string) {
v-model:current-page="currentPage"
v-model:page-size="currentPageSize"
:total="total"
@change="loadItems"
@page-change="loadItems"
/>
</section>
@@ -405,7 +405,7 @@ function statusType(status: string): 'success' | 'danger' {
v-model:current-page="currentPage"
v-model:page-size="currentPageSize"
:total="total"
@change="loadItems"
@page-change="loadItems"
/>
</section>
@@ -356,7 +356,7 @@ function jsonText(value: unknown) {
v-model:current-page="currentPage"
v-model:page-size="currentPageSize"
:total="total"
@change="handlePageChange"
@page-change="handlePageChange"
/>
</section>
@@ -267,7 +267,7 @@ function directionLabel(direction: string) {
v-model:current-page="currentPage"
v-model:page-size="currentPageSize"
:total="total"
@change="handlePageChange"
@page-change="handlePageChange"
/>
</section>
</div>
@@ -469,7 +469,7 @@ function money(cent: number | undefined | null) {
v-model:current-page="currentPage"
v-model:page-size="pageSize"
:total="total"
@change="loadWithdrawals"
@page-change="loadWithdrawals"
/>
</section>