diff --git a/src/views/privateOrder/security/components/componentRight.vue b/src/views/privateOrder/security/components/componentRight.vue index 43b32b4..52e581f 100644 --- a/src/views/privateOrder/security/components/componentRight.vue +++ b/src/views/privateOrder/security/components/componentRight.vue @@ -107,24 +107,27 @@ 等级 隐患来源 -
- -
+ - {{ item.unitName }} - {{ item.riskName }} - {{ $filterDict("tc_yh_level", item.level) }} - {{ $filterDict("tc_yh_source", item.riskSource) }} -
-
+
+ {{ item.unitName }} + {{ item.riskName }} + {{ + $filterDict("tc_yh_level", item.level) + }} + + {{ $filterDict("tc_yh_source", item.riskSource) }} +
+
@@ -136,28 +139,27 @@ 处置情况
- -
-
- {{ item.depName }} -
-
- {{ item.ip }} +
+
+ {{ item.depName }} +
+
+ {{ item.ip }} +
+ {{ + $filterDict("tc_steam_state", item.state) + }}
- {{ - $filterDict("tc_steam_state", item.state) - }} -
- +
@@ -230,7 +232,7 @@