From 8d9da81efb99746dd7804b3accca1fef273e1088 Mon Sep 17 00:00:00 2001
From: GhubCy <96762949+GhubCy@users.noreply.github.com>
Date: Thu, 22 May 2025 20:00:08 +0800
Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/business/faq/index.vue | 95 ++++++---
.../business/recordPayCallback/index.vue | 200 +++++++++++++++---
.../business/recordTransaction/index.vue | 13 +-
src/views/business/userAccount/index.vue | 40 ++--
4 files changed, 260 insertions(+), 88 deletions(-)
diff --git a/src/views/business/faq/index.vue b/src/views/business/faq/index.vue
index edf42ee..547a916 100644
--- a/src/views/business/faq/index.vue
+++ b/src/views/business/faq/index.vue
@@ -40,7 +40,10 @@
- {{ $t('common.button.search') }}
+ {{
+ $t('common.button.search')
+ }}
+
{{ $t('common.button.reset') }}
@@ -100,8 +103,16 @@
-
-
+
+
+ {{ formatCategory(scope.row.category) }}
+
+
+
+
+ {{ formatStatus(scope.row.status) }}
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ dict.dictLabel }}
+
+
+
+
+
+
@@ -187,7 +209,10 @@
{{ form.answer }}
- {{ form.category }}
+ {{ formatCategory(form.category) }}
+
+
+ {{ formatStatus(form.status) }}