7631_testToMaster_2426 #480

Merged
alexm merged 390 commits from 7631_testToMaster_2426 into master 2024-06-25 06:40:05 +00:00
1 changed files with 6 additions and 10 deletions
Showing only changes of commit 221ed7c534 - Show all commits

View File

@ -319,20 +319,16 @@ const getLink = (param) => `#/travel/${entityId.value}/${param}`;
</QTh>
</QTr>
</template>
<template #body-cell-isConfirmed="{ col, value }">
<template #body-cell-isConfirmed="{ col, row }">
<QTd>
{{ entity }}
<QIcon
v-if="col.name === 'isConfirmed'"
:name="value ? 'check' : 'close'"
size="sm"
/>
<!-- <QCheckbox
<QCheckbox
v-if="col.name === 'isConfirmed'"
:label="t('travel.summary.received')"
v-model="travel.isConfirmed"
:true-value="1"
:false-value="0"
v-model="row[col.name]"
:disable="true"
/> -->
/>
</QTd>
</template>
<template #body-cell-id="{ col, value }">