fix: table actions in fixed column (#5945)

This commit is contained in:
Netfan
2025-04-14 19:56:52 +08:00
committed by GitHub
parent f0e9e55af2
commit 9700150653
3 changed files with 16 additions and 11 deletions

View File

@@ -11,7 +11,7 @@ export function getMenuTypeOptions() {
value: 'catalog',
},
{ color: 'default', label: $t('system.menu.typeMenu'), value: 'menu' },
{ color: 'error', label: $t('system.menu.typeButton'), value: 'button' },
{ color: 'error', label: $t('system.menu.typeButton'), value: 'action' },
{
color: 'success',
label: $t('system.menu.typeEmbedded'),