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