diff --git a/dolphinscheduler-ui-next/src/views/security/tenant-manage/use-table.ts b/dolphinscheduler-ui-next/src/views/security/tenant-manage/use-table.ts index e060752e7..b1e1b0594 100644 --- a/dolphinscheduler-ui-next/src/views/security/tenant-manage/use-table.ts +++ b/dolphinscheduler-ui-next/src/views/security/tenant-manage/use-table.ts @@ -61,7 +61,10 @@ export function useTable() { }, { title: t('security.tenant.description'), - key: 'description' + key: 'description', + ellipsis: { + tooltip: true + } }, { title: t('security.tenant.queue_name'),