|
|
@ -121,7 +121,9 @@ const closeAddColumnDropdown = () => { |
|
|
|
<template #title> |
|
|
|
<template #title> |
|
|
|
{{ tooltipMsg }} |
|
|
|
{{ tooltipMsg }} |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
<span class="name" style="white-space: pre-line" :title="column.title"> {{ column.title }}</span> |
|
|
|
<span class="name" :class="{ 'truncate': !isForm, 'whitespace-pre-line': isForm }" :title="column.title"> |
|
|
|
|
|
|
|
{{ column.title }} |
|
|
|
|
|
|
|
</span> |
|
|
|
</a-tooltip> |
|
|
|
</a-tooltip> |
|
|
|
|
|
|
|
|
|
|
|
<span v-if="isVirtualColRequired(column, meta?.columns || []) || required" class="text-red-500"> *</span> |
|
|
|
<span v-if="isVirtualColRequired(column, meta?.columns || []) || required" class="text-red-500"> *</span> |
|
|
|