This commit is contained in:
Kseninia Mikhaylova 2024-11-20 16:44:19 +03:00
parent fc26f3b08c
commit 0b3e0b615c
1 changed files with 1 additions and 2 deletions

View File

@ -59,7 +59,6 @@ const columns = [{
}, {
key: 'responsible',
label: 'Исполнитель',
sortable: true
}, {
key: 'createdDate',
label: 'Создана',
@ -101,7 +100,7 @@ onMounted(() => {
{{ formatter.statuses[row.status] }}
</template>
<template #title-data="{ row }">
<div class="max-w-screen-md break-words">
<div class="max-w-screen-md break-words whitespace-break-spaces">
<a :href="`${formatter.domain}/workgroups/group/${row.groupId}/tasks/task/view/${row.id}/`"
target="_blank" class="text-primary-600 underline hover:no-underline">
{{ row.title }}