โครองการ => ปรับ table บันทึกผล

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-05-01 11:04:10 +07:00
parent cd9839e6ec
commit ed9eff4685

View file

@ -359,20 +359,20 @@ onMounted(() => {
>
<template v-slot:header="props">
<q-tr :props="props">
<q-th auto-width />
<q-th v-for="col in props.cols" :key="col.name" :props="props">
<span class="text-weight-medium">{{ col.label }}</span>
</q-th>
<q-th auto-width />
</q-tr>
</template>
<template v-slot:body="props">
<q-tr :props="props" class="cursor-pointer">
<q-td>
<q-icon
v-if="props.row.isDone"
name="mdi-check"
color="green"
size="xs"
v-if="props.row.isDone"
>
<q-tooltip>งไปบนทกททะเบยนประวแล</q-tooltip>
</q-icon>