From 651745c6a3047094ed5fec75ddfcc9be84244e0f Mon Sep 17 00:00:00 2001
From: GhubCy <96762949+GhubCy@users.noreply.github.com>
Date: Tue, 13 May 2025 16:47:03 +0800
Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../business/recordTransaction/index.vue | 88 +++++++++----------
1 file changed, 42 insertions(+), 46 deletions(-)
diff --git a/src/views/business/recordTransaction/index.vue b/src/views/business/recordTransaction/index.vue
index fa72ff8..5badbff 100755
--- a/src/views/business/recordTransaction/index.vue
+++ b/src/views/business/recordTransaction/index.vue
@@ -2,11 +2,14 @@
-
-
-
+
@@ -56,20 +59,18 @@
-
-
-
-
-
- {{ $t('business.recordTransaction.transfer') }}
- {{ $t('business.recordTransaction.payment') }}
- {{ $t('business.recordTransaction.withdraw') }}
- {{ $t('business.recordTransaction.receive') }}
- {{ $t('business.recordTransaction.recharge') }}
-
-
-
+
+
+
+
+
+
+
+
+
+
+
@@ -79,12 +80,12 @@
{{ parseTime(scope.row.time, '{y}-{m}-{d}') }}
-
-
- {{ $t('business.recordTransaction.normal') }}
- {{ $t('business.recordTransaction.banned') }}
-
-
+
+
+
+
+
+
{{ parseTime(scope.row.createTime, '{y}-{m}-{d}') }}
@@ -113,23 +114,29 @@
-
-
+
+
-
-
+
+
-
+
-
+
-
+
-
+
{{ form.senderId }}
-
- {{ form.senderAccount }}
-
-
+
{{ form.receiverId }}
-
- {{ form.receiverAccount }}
-
- {{ form.previous }}
+ {{ form.previousBalance }}
- {{ form.change }}
+ {{ form.changeBalance }}
- {{ form.current }}
+ {{ form.currentBalance }}
{{ form.note }}
-
-
-
-
-