From 5c08aac335dcba25520c53db615d889a502614be Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Sat, 27 Jun 2026 15:06:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=92=A4=E9=94=80=E6=8C=89?= =?UTF-8?q?=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/assets/records.vue | 56 ++++++++++++++++++++++++++-------------- 1 file changed, 37 insertions(+), 19 deletions(-) diff --git a/pages/assets/records.vue b/pages/assets/records.vue index a0ce4d5..482ee85 100644 --- a/pages/assets/records.vue +++ b/pages/assets/records.vue @@ -10,35 +10,47 @@ + - - - - + + {{ $t("assets.c9") }} + {{ $t("assets.d0") }} + {{ $t("assets.c0") }} + {{ $t("exchange.g3") }} - - - - + + + {{ item.datetime | parseTime }} + + + {{ item.status_text }} + + + {{$t('assets.d1')}} + {{$t('assets.d2')}} + {{$t('assets.d3')}} + + + {{ item.amount }} + ({{ item.coin_name }}) + + + {{$t('exchange.g4')}} + + + + {{$t('common.rejection')}}:{{item.remark}} + +
{{ $t("assets.c9") }}{{ $t("assets.d0") }}{{ $t("assets.c0") }}
- {{ item.datetime | parseTime }} - - {{ item.status_text }} - - {{$t('assets.d1')}} - {{$t('assets.d2')}} - {{$t('assets.d3')}} - - {{ item.amount }} - ({{ item.coin_name }}) -