ทะเบียนประวัติ ==> ข้อมูลราชการ ปรับ date, history

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-03-12 15:33:22 +07:00
parent 9ea4794379
commit fafdeb68f4
14 changed files with 647 additions and 2197 deletions

View file

@ -114,7 +114,10 @@ watch(
<template v-slot:body="props">
<q-tr :props="props">
<q-td v-for="col in props.cols" :key="col.id">
<div>
<div v-if="col.name === 'no'">
{{ props.rowIndex + 1 }}
</div>
<div v-else>
{{ col.value ? col.value : "-" }}
</div>
</q-td>