diff --git a/src/views/privateOrder/security/components/componentLeft copy.vue b/src/views/privateOrder/security/components/componentLeft copy.vue
deleted file mode 100644
index ee512ec..0000000
--- a/src/views/privateOrder/security/components/componentLeft copy.vue
+++ /dev/null
@@ -1,1259 +0,0 @@
-
-
-
-
-
-
数据来源
-
-
-
-
-
-
{{ item.title }}
-
- {{ item.currentNum }}
-
- /
- {{ item.total }}
-
-
-
-
-
-
-
-
{{ item.title }}
-
{{ item.num |commaFilter }}
-
-
-
-
-
-
监管对象
-
-
-
-
-
- {{ item.title }}
- {{ item.num | commaFilter }}
-
-
-
-
-
-
-
-
安全监测
-
-
-
-
-
- {{ securityMonitor.title }}
- {{ securityMonitor.total }}
-
-
-
|
-
-
- {{ item.title }}
- {{ item.num }}
-
-
-
-
-
-
- 时间
- 攻击源/IP
- 攻击类型
-
-
-
- {{ item.date }}
- {{ item.ip }}
- {{ item.type }}
-
-
-
-
-
-
-
-
-
-
-
- 攻击详情
-
-
- 攻击发起时间:
-
-
- {{ tableDataPop.attackTime }}
-
-
-
-
- 攻击源IP:
-
-
- {{ tableDataPop.sourceIp }}
-
-
-
-
- 攻击类型:
-
-
- {{ tableDataPop.attackType }}
-
-
-
-
- 攻击源IP区域:
-
-
-
- {{ tableDataPop.attackIpRegion }}
-
-
-
-
-
- 受攻击IP:
-
-
- {{ tableDataPop.attackedIp }}
-
-
-
-
- 受攻击IP区域:
-
-
-
- {{ tableDataPop.attackedIpRegion }}
-
-
-
-
-
- 受攻击目标类型:
-
-
- {{ tableDataPop.attackedType }}
-
-
-
-
- 网站安全等级:
-
-
- {{ tableDataPop.webLevel }}
-
-
- 联系电话:
-
-
- {{ tableDataPop.contactTel }}
-
-
-
-
- 所属单位:
-
-
-
- {{ tableDataPop.subordinateDept }}
-
-
-
- 联系人:
-
-
- {{ tableDataPop.contactName }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/privateOrder/security/components/componentLeft.vue b/src/views/privateOrder/security/components/componentLeft.vue
index 4293577..33b88aa 100644
--- a/src/views/privateOrder/security/components/componentLeft.vue
+++ b/src/views/privateOrder/security/components/componentLeft.vue
@@ -29,7 +29,8 @@
transform: translate(5px, -7px);
"
>
- /
+ /
{{ item.total }}
@@ -40,11 +41,11 @@
v-for="(item, idx) in dataSource.bottom"
:key="idx"
class="section-bottom-item"
- @click="showAttack(item.title,item.num)"
+ @click="showAttack(item.title, item.num)"
>
{{ item.title }}
- {{ item.num |commaFilter }}
+ {{ item.num | commaFilter }}
@@ -57,12 +58,15 @@
v-for="(item, idx) in superviseObject"
:key="idx"
:class="['section-object-item', item.className]"
- @click="showAttack(item.title,item.num)"
+ @click="showAttack(item.title, item.num)"
>
- {{ item.title }}
- {{ item.num | commaFilter }}
+ {{ item.title }}
+ {{
+ item.num | commaFilter
+ }}
@@ -84,7 +88,7 @@
@@ -100,23 +104,25 @@
攻击源/IP
攻击类型
-
-
+
- {{ item.attackTime }}
- {{ item.attackedIp }}
- {{ $filterDict('tc_attack_type',item.attackType) }}
-
-
+
+ {{ item.attackTime }}
+ {{ item.attackedIp }}
+ {{
+ $filterDict("tc_attack_type", item.attackType)
+ }}
+
+
+
@@ -178,7 +184,9 @@
攻击类型:
- {{ $filterDict('tc_attack_type',tableDataPop.attackType) }}
+
+ {{ $filterDict("tc_attack_type", tableDataPop.attackType) }}
+
@@ -222,7 +230,9 @@
网站安全等级:
- {{ $filterDict('tc_net_safety_level',tableDataPop.level) }}
+
+ {{ $filterDict("tc_net_safety_level", tableDataPop.level) }}
+
联系电话:
@@ -252,20 +262,17 @@
-
+