fix isEntry text-grey

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-05-19 12:51:02 +07:00
parent 36d0c61b25
commit 3c037634a8
12 changed files with 66 additions and 18 deletions

View file

@ -461,7 +461,11 @@ onMounted(() => {
<q-tooltip>แกไขขอม</q-tooltip>
</q-btn>
</q-td>
<q-td v-for="col in props.cols" :key="col.id">
<q-td
v-for="col in props.cols"
:key="col.id"
:class="props.row.isEntry ? 'text-grey' : ''"
>
<div>{{ col.value ? col.value : "-" }}</div>
</q-td>
<q-td auto-width>