ทะเบียนประวัติ ==> ข้อมูลราชการ ปรับ date, history
This commit is contained in:
parent
9ea4794379
commit
fafdeb68f4
14 changed files with 647 additions and 2197 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue