Skip to content

Commit

Permalink
feat:制品库限制系统元数据删除 #1118
Browse files Browse the repository at this point in the history
  • Loading branch information
lannoy0523 committed Sep 6, 2023
1 parent e8f4664 commit bd95ca1
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 bd95ca1

Please sign in to comment.