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

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