mirror of
https://github.com/veops/cmdb.git
synced 2025-08-07 23:34:00 +08:00
@@ -187,7 +187,6 @@
|
||||
<a-icon
|
||||
style="position:absolute;top:2px;left:-17px;color:#2f54eb;"
|
||||
type="question-circle"
|
||||
theme="filled"
|
||||
@click="
|
||||
(e) => {
|
||||
e.stopPropagation()
|
||||
|
@@ -178,7 +178,6 @@
|
||||
<a-icon
|
||||
style="position:absolute;top:2px;left:-17px;color:#2f54eb;"
|
||||
type="question-circle"
|
||||
theme="filled"
|
||||
@click="
|
||||
(e) => {
|
||||
e.stopPropagation()
|
||||
@@ -372,7 +371,6 @@
|
||||
<a-icon
|
||||
style="position:absolute;top:3px;left:-17px;color:#A5A9BC;"
|
||||
type="info-circle"
|
||||
theme="filled"
|
||||
@click="
|
||||
(e) => {
|
||||
e.stopPropagation()
|
||||
|
@@ -599,7 +599,7 @@ export default {
|
||||
|
||||
preferenceAttrList.forEach((attr) => {
|
||||
if (Array.isArray(attr?.children) && attr?.children?.length) {
|
||||
attr.children = attr.filter((child) => {
|
||||
attr.children = attr.children.filter((child) => {
|
||||
return !child?.is_reference
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user