refactor: workspace ui

This commit is contained in:
wxg0103 2025-06-20 14:20:18 +08:00
parent 83e9b45e79
commit 9f0b0c1247

View File

@ -37,7 +37,7 @@
$t('common.rename') $t('common.rename')
}} }}
</el-dropdown-item> </el-dropdown-item>
<el-dropdown-item @click.stop="deleteWorkspace(row)" class="border-t p-8"> <el-dropdown-item @click.stop="deleteWorkspace(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')