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 }}
-
-
-
-
-