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