text color

This commit is contained in:
setthawutttty 2025-05-08 10:00:47 +07:00
parent 352362e6df
commit 56e37f8602
2 changed files with 4 additions and 2 deletions

View file

@ -306,7 +306,7 @@ onMounted(() => {
<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.statusText == 'REJECT' || props.row.statusText == 'DELETE' ? 'text-red':props.row.statusText == 'PENDING' ? 'text-orange':props.row.statusText == 'APPROVE' ? 'text-green':''">
<div v-if="col.name == 'no'">
{{
(pagination.page - 1) * pagination.rowsPerPage +