diff --git a/src/views/business/userBehaviorLog/index.vue b/src/views/business/userBehaviorLog/index.vue
index 0d8687b..0728f0b 100644
--- a/src/views/business/userBehaviorLog/index.vue
+++ b/src/views/business/userBehaviorLog/index.vue
@@ -9,22 +9,6 @@
@keyup.enter.native="handleQuery"
/>
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
- {{ $t('common.button.search') }}
+ {{
+ $t('common.button.search')
+ }}
+
{{ $t('common.button.reset') }}
@@ -103,16 +110,29 @@
-
-
-
-
+
+
+
+ {{ getBehaviorTypeLabel(scope.row.behaviorType) }}
+
+
+
+
-
-
-
-
+
+
+ {{ getDeviceTypeLabel(scope.row.deviceType) }}
+
+
+
+
+ {{ getPlatformLabel(scope.row.platform) }}
+
+
+
+
-
+
+
-
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
@@ -184,20 +234,29 @@
{{ form.userId }}
-
- {{ form.action }}
+
+ {{ form.userName }}
-
+
+
{{ form.ip }}
{{ form.ua }}
+
+ {{ getBehaviorTypeLabel(form.behaviorType) }}
+
+
+ {{ getDeviceTypeLabel(form.deviceType) }}
+
- {{ form.platform }}
+ {{ getPlatformLabel(form.platform) }}