Skip to content

Commit

Permalink
Merge pull request TencentBlueKing#1131 from lannoy0523/issue_1118
Browse files Browse the repository at this point in the history
feat:制品库限制系统元数据删除 TencentBlueKing#1118
  • Loading branch information
owenlxu authored Sep 6, 2023
2 parents 251a300 + bd95ca1 commit 8d276a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<bk-table-column :label="$t('description')" prop="description" show-overflow-tooltip></bk-table-column>
<bk-table-column width="60">
<template #default="{ row }">
<Icon class="hover-btn" size="24" name="icon-delete"
<Icon class="hover-btn" size="24" name="icon-delete" v-if="!row.system"
@click.native.stop="deleteMetadataHandler(row)" />
</template>
</bk-table-column>
Expand Down

0 comments on commit 8d276a7

Please sign in to comment.