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