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: '等保定级',