From b46bfe03c8515ddaf807e5a97a307c1dc017fb3d Mon Sep 17 00:00:00 2001 From: wuyan <398521613@qq.com> Date: Fri, 4 Jul 2025 16:06:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=A7=91=E7=9B=AE=E4=BD=99?= =?UTF-8?q?=E9=A2=9D=E8=A1=A8=E7=BB=9F=E8=AE=A1=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jinbooks-ui/package.json | 2 +- .../src/views/statement/balance-sheet.vue | 52 ++++++++++--------- .../src/views/statement/subject-balance.vue | 14 ++--- 3 files changed, 36 insertions(+), 32 deletions(-) diff --git a/jinbooks-ui/package.json b/jinbooks-ui/package.json index 5409d2e..58efcbf 100644 --- a/jinbooks-ui/package.json +++ b/jinbooks-ui/package.json @@ -14,7 +14,7 @@ "@element-plus/icons-vue": "2.3.1", "@vueup/vue-quill": "1.2.0", "@vueuse/core": "10.11.0", - "axios": "0.29.0", + "axios": "1.8.2", "dayjs": "^1.11.13", "decimal.js": "^10.5.0", "echarts": "^5.6.0", diff --git a/jinbooks-ui/src/views/statement/balance-sheet.vue b/jinbooks-ui/src/views/statement/balance-sheet.vue index c2fedac..0c4c535 100644 --- a/jinbooks-ui/src/views/statement/balance-sheet.vue +++ b/jinbooks-ui/src/views/statement/balance-sheet.vue @@ -42,9 +42,13 @@ - - - + + + @@ -94,7 +98,7 @@ - {{scope.row.symbol === '-' ? '减:' : ''}}{{ scope.row.itemName }} + {{ scope.row.symbol === '-' ? '减:' : '' }}{{ scope.row.itemName }} @@ -123,12 +127,12 @@ - {{scope.row.liabilitySymbol === '-' ? '减:' : ''}}{{ scope.row.liabilityItemName }} + {{ scope.row.liabilitySymbol === '-' ? '减:' : '' }}{{ scope.row.liabilityItemName }} - {{ formatAmount(scope.row.liabilityCurrentBalance, '') }} @@ -164,30 +168,30 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - + + + diff --git a/jinbooks-ui/src/views/statement/subject-balance.vue b/jinbooks-ui/src/views/statement/subject-balance.vue index 6ee9b1f..35560a8 100644 --- a/jinbooks-ui/src/views/statement/subject-balance.vue +++ b/jinbooks-ui/src/views/statement/subject-balance.vue @@ -7,9 +7,9 @@ - - - + + + @@ -97,7 +97,7 @@ - + {{ formatAmount(scope.row.openingBalanceDebit, '') }} @@ -139,14 +139,14 @@ - {{ formatAmount(scope.row.closingBalanceDebit, '') }} + {{ formatAmount(scope.row.closingBalanceDebit, '') }} - - {{ formatAmount(scope.row.closingBalanceCredit, '') }} + + {{ formatAmount(scope.row.closingBalanceCredit, '') }}