styles
This commit is contained in:
parent
fc26f3b08c
commit
0b3e0b615c
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue