refactor: workspace ui
This commit is contained in:
parent
83e9b45e79
commit
9f0b0c1247
@ -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')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user