mirror of
https://github.com/IT4Change/gradido.git
synced 2026-04-06 01:25:28 +00:00
make memo comment not selectable
This commit is contained in:
parent
bec95b9ec6
commit
cf5a8be57f
@ -45,7 +45,7 @@
|
|||||||
</template>
|
</template>
|
||||||
<template #cell(memo)="row">
|
<template #cell(memo)="row">
|
||||||
{{ row.value }}
|
{{ row.value }}
|
||||||
<small v-if="isAddCommentToMemo(row.item)">
|
<small v-if="isAddCommentToMemo(row.item)" class="no-select">
|
||||||
<hr />
|
<hr />
|
||||||
{{ getMemoComment(row.item) }}
|
{{ getMemoComment(row.item) }}
|
||||||
</small>
|
</small>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user