This commit is contained in:
wang-liang0615
2024-01-03 17:09:25 +08:00
committed by GitHub
parent f56378e2b5
commit 0372459f9d
2 changed files with 2 additions and 2 deletions

View File

@@ -174,7 +174,7 @@
<a-tooltip :title="$t('delete')">
<a class="operation" @click="handleDeleteRule(item)"><ops-icon type="icon-xianxing-delete"/></a>
</a-tooltip>
<a-tooltip :title="$t('cmdbFilterComp.addHere')" :needAddHere="needAddHere">
<a-tooltip :title="$t('cmdbFilterComp.addHere')" v-if="needAddHere">
<a class="operation" @click="handleAddRuleAt(item)"><a-icon type="plus-circle"/></a>
</a-tooltip>
</a-space>