From 425b8de7c663af5cbe0c5ea39bcbf98555e0e5f8 Mon Sep 17 00:00:00 2001 From: "851673013@qq.com" <851673013@qq.com> Date: Fri, 15 Jul 2022 16:47:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=AF=E5=90=A6=E7=AD=89=E4=BF=9D=E5=A4=87?= =?UTF-8?q?=E6=A1=88bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Application/ApplicationDeploymentAndSecurity.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/front/src/views/detailsAll/components/Application/ApplicationDeploymentAndSecurity.vue b/front/src/views/detailsAll/components/Application/ApplicationDeploymentAndSecurity.vue index 3fbc894b..a53d2825 100644 --- a/front/src/views/detailsAll/components/Application/ApplicationDeploymentAndSecurity.vue +++ b/front/src/views/detailsAll/components/Application/ApplicationDeploymentAndSecurity.vue @@ -121,6 +121,11 @@ item.attrType === '等保定级' ) { dataFrom.value.content[1].childrenContent.push(item) + let isAndNo = { + attrType: '是否等保备案', + attrValue: '是', + } + dataFrom.value.content[1].childrenContent.push(isAndNo) } else if (item.attrType === '访问地址') { let obj = { attrType: '访问地址', @@ -133,7 +138,7 @@ let data = [ { attrType: '是否等保备案', - attrValue: '------', + attrValue: '否', }, { attrType: '等保定级',