From 6d04a90b03785e4ee3a6b0551c1187097f4a160b Mon Sep 17 00:00:00 2001
From: GhubCy <96762949+GhubCy@users.noreply.github.com>
Date: Wed, 21 May 2025 17:55:58 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=A1=E7=94=A8=E7=9B=B8=E5=85=B3=E3=80=81?=
=?UTF-8?q?=E7=94=A8=E6=88=B7=E8=A1=8C=E4=B8=BA=E7=9B=B8=E5=85=B3=E6=A8=A1?=
=?UTF-8?q?=E5=9D=97=E5=85=B3=E8=81=94=EF=BC=8C=E4=BB=A5=E5=8F=8A=E5=89=8D?=
=?UTF-8?q?=E7=AB=AF=E8=BE=93=E5=85=A5=E5=86=85=E5=AE=B9=E6=A0=A1=E9=AA=8C?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/business/userBehaviorLog/index.vue | 175 +++++++++++++-----
.../business/userBehaviorRuleAction/index.vue | 32 +++-
.../business/userBehaviorRuleRisk/index.vue | 16 +-
.../business/userBehaviorStats/index.vue | 118 ++++++------
src/views/business/userCredit/index.vue | 24 ++-
src/views/business/userCreditRecord/index.vue | 28 ++-
6 files changed, 270 insertions(+), 123 deletions(-)
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) }}