refactor: default group no delete

This commit is contained in:
wxg0103 2025-06-19 16:35:36 +08:00
parent 52ba4d6342
commit 046e1c72d6

View File

@ -46,7 +46,7 @@
$t('common.rename') $t('common.rename')
}} }}
</el-dropdown-item> </el-dropdown-item>
<el-dropdown-item @click.stop="deleteGroup(row)" class="border-t p-8"> <el-dropdown-item @click.stop="deleteGroup(row)" class="border-t p-8" v-if="row.id !== 'default'">
<AppIcon iconName="app-copy"></AppIcon> <AppIcon iconName="app-copy"></AppIcon>
{{ {{
$t('common.delete') $t('common.delete')