Skip to content

Commit

Permalink
fix(ui) (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-liang0615 authored Jan 3, 2024
1 parent f56378e commit 0372459
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmdb-ui/src/components/CMDBFilterComp/expression.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</a-tag>
</template>
</vxe-column>
<vxe-column field="link_id" :title="$t('acl.resouceName')">
<vxe-column field="link_id" :title="$t('acl.resourceName')">
<template #default="{ row }">
<span>
{{ row.current.name || row.origin.name }}
Expand Down

0 comments on commit 0372459

Please sign in to comment.