|
|
@ -95,19 +95,14 @@ const onClick = (e: Event) => { |
|
|
|
:class="{ |
|
|
|
:class="{ |
|
|
|
'cursor-pointer pt-0.25': !isForm && isUIAllowed('fieldEdit') && !hideMenu && !isExpandedForm, |
|
|
|
'cursor-pointer pt-0.25': !isForm && isUIAllowed('fieldEdit') && !hideMenu && !isExpandedForm, |
|
|
|
'cursor-default': isForm || !isUIAllowed('fieldEdit') || hideMenu, |
|
|
|
'cursor-default': isForm || !isUIAllowed('fieldEdit') || hideMenu, |
|
|
|
'!truncate': !isForm, |
|
|
|
'truncate': !isForm, |
|
|
|
}" |
|
|
|
}" |
|
|
|
class="name pl-1" |
|
|
|
class="name pl-1" |
|
|
|
placement="bottom" |
|
|
|
placement="bottom" |
|
|
|
> |
|
|
|
> |
|
|
|
<template #title> {{ column.title }} </template> |
|
|
|
<template #title> {{ column.title }} </template> |
|
|
|
|
|
|
|
|
|
|
|
<div |
|
|
|
<div :class="{ truncate: !isForm }" :data-test-id="column.title"> |
|
|
|
:class="{ |
|
|
|
|
|
|
|
'!truncate': !isForm, |
|
|
|
|
|
|
|
}" |
|
|
|
|
|
|
|
:data-test-id="column.title" |
|
|
|
|
|
|
|
> |
|
|
|
|
|
|
|
{{ column.title }} |
|
|
|
{{ column.title }} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</NcTooltip> |
|
|
|
</NcTooltip> |
|
|
|