|
|
|
@ -114,7 +114,7 @@
|
|
|
|
|
|
|
|
|
|
<el-table-column label="攻击源IP" align="center" prop="attackyIp" />
|
|
|
|
|
<el-table-column label="攻击类型" align="center" prop="attackType" />
|
|
|
|
|
<el-table-column label="受攻击IP" align="center" prop="sAttackIp" />
|
|
|
|
|
<el-table-column label="受攻击IP" align="center" prop="sattackIp" />
|
|
|
|
|
<el-table-column label="网站安全等级" align="center" prop="netLevel" />
|
|
|
|
|
<el-table-column label="联系人" align="center" prop="linkMan" />
|
|
|
|
|
<el-table-column label="启用/禁用" align="center" prop="isStatus">
|
|
|
|
@ -226,12 +226,12 @@
|
|
|
|
|
placeholder="请输入攻击源IP区域"
|
|
|
|
|
/>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
<el-form-item label="受攻击IP" prop="sAttackIp">
|
|
|
|
|
<el-input v-model="form.sAttackIp" placeholder="请输入受攻击IP" />
|
|
|
|
|
<el-form-item label="受攻击IP" prop="sattackIp">
|
|
|
|
|
<el-input v-model="form.sattackIp" placeholder="请输入受攻击IP" />
|
|
|
|
|
</el-form-item>
|
|
|
|
|
<el-form-item label="受攻击IP区域" prop="sAttackIpArea">
|
|
|
|
|
<el-form-item label="受攻击IP区域" prop="sattackIpArea">
|
|
|
|
|
<el-input
|
|
|
|
|
v-model="form.sAttackIpArea"
|
|
|
|
|
v-model="form.sattackIpArea"
|
|
|
|
|
placeholder="请输入受攻击IP区域"
|
|
|
|
|
/>
|
|
|
|
|
</el-form-item>
|
|
|
|
@ -305,11 +305,11 @@
|
|
|
|
|
}}</el-descriptions-item>
|
|
|
|
|
|
|
|
|
|
<el-descriptions-item label="受攻击IP">{{
|
|
|
|
|
form.sAttackIp
|
|
|
|
|
form.sattackIp
|
|
|
|
|
}}</el-descriptions-item>
|
|
|
|
|
|
|
|
|
|
<el-descriptions-item label="受攻击IP区域">{{
|
|
|
|
|
form.sAttackIpArea
|
|
|
|
|
form.sattackIpArea
|
|
|
|
|
}}</el-descriptions-item>
|
|
|
|
|
|
|
|
|
|
<el-descriptions-item label="网站安全等级">{{
|
|
|
|
@ -447,9 +447,9 @@ export default {
|
|
|
|
|
|
|
|
|
|
type: null,
|
|
|
|
|
|
|
|
|
|
sAttackIp: null,
|
|
|
|
|
sattackIp: null,
|
|
|
|
|
|
|
|
|
|
sAttackIpArea: null,
|
|
|
|
|
sattackIpArea: null,
|
|
|
|
|
|
|
|
|
|
netLevel: null,
|
|
|
|
|
|
|
|
|
@ -622,9 +622,9 @@ export default {
|
|
|
|
|
|
|
|
|
|
type: null,
|
|
|
|
|
|
|
|
|
|
sAttackIp: null,
|
|
|
|
|
sattackIp: null,
|
|
|
|
|
|
|
|
|
|
sAttackIpArea: null,
|
|
|
|
|
sattackIpArea: null,
|
|
|
|
|
|
|
|
|
|
netLevel: null,
|
|
|
|
|
|
|
|
|
|