From 22c6fe6da136fcd57f828c3122de19e8832c55cd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=B7=A6=E5=93=A5?= <17630302050@163.com>
Date: Thu, 17 Jul 2025 23:38:07 +0800
Subject: [PATCH] wewe
---
src/views/user/index.vue | 21 +++++++++++++++------
1 file changed, 15 insertions(+), 6 deletions(-)
diff --git a/src/views/user/index.vue b/src/views/user/index.vue
index 6f58a4b..61437ac 100644
--- a/src/views/user/index.vue
+++ b/src/views/user/index.vue
@@ -52,12 +52,12 @@
-
+
- 未知
- 低危 (PELD = {{scope.row.risk_value}})
- 中危 (PELD = {{scope.row.risk_value}})
- 高危 (PELD = {{scope.row.risk_value}})
+ 未知
+ 低危 (PELD = {{scope.row.risk_value}})
+ 中危 (PELD = {{scope.row.risk_value}})
+ 高危 (PELD = {{scope.row.risk_value}})
@@ -77,7 +77,7 @@
-
+
查看详情
@@ -238,4 +238,13 @@ onMounted(() => {
.el-button{
margin-bottom: 20px;
}
+ .success{
+ color: var(--el-color-success);
+ }
+ .warning{
+ color: var(--el-color-warning);
+ }
+ .danger{
+ color: var(--el-color-danger);
+ }
\ No newline at end of file