แก้ข้อความ
This commit is contained in:
parent
0c4b8072a1
commit
478442a4ae
3 changed files with 14 additions and 14 deletions
|
|
@ -55,7 +55,7 @@ const pagination = ref({
|
|||
});
|
||||
|
||||
const dataLabel = {
|
||||
citizenId: "เลขบัตรประจำตัวประชาชน",
|
||||
citizenId: "เลขประจำตัวประชาชน",
|
||||
name: "ชื่อ - สกุล",
|
||||
birthDate: "วัน/เดือน/ปีเกิด",
|
||||
age: "อายุ",
|
||||
|
|
|
|||
|
|
@ -353,7 +353,7 @@ onMounted(async () => {
|
|||
<q-card bordered class="bg-grey-1 q-gutter-md q-ma-none q-pb-md">
|
||||
<div class="row items-center">
|
||||
<div class="col-2 text-grey-6 text-weight-medium">
|
||||
<div>เลขบัตรประจำตัวประชาชน</div>
|
||||
<div>เลขประจำตัวประชาชนตัวประชาชน</div>
|
||||
</div>
|
||||
<div class="col">
|
||||
{{ fatherData.citizenId ? fatherData.citizenId : "-" }}
|
||||
|
|
@ -397,7 +397,7 @@ onMounted(async () => {
|
|||
<q-card bordered class="bg-grey-1 q-gutter-md q-ma-none q-pb-md">
|
||||
<div class="row items-center">
|
||||
<div class="col-2 text-grey-6 text-weight-medium">
|
||||
<div>เลขบัตรประจำตัวประชาชน</div>
|
||||
<div>เลขประจำตัวประชาชนตัวประชาชน</div>
|
||||
</div>
|
||||
<div class="col">
|
||||
{{ motherData.citizenId ? motherData.citizenId : "-" }}
|
||||
|
|
@ -441,7 +441,7 @@ onMounted(async () => {
|
|||
<q-card bordered class="bg-grey-1 q-gutter-md q-ma-none q-pb-md">
|
||||
<div class="row items-center">
|
||||
<div class="col-2 text-grey-6 text-weight-medium">
|
||||
<div>เลขบัตรประจำตัวประชาชน</div>
|
||||
<div>เลขประจำตัวประชาชนตัวประชาชน</div>
|
||||
</div>
|
||||
<div class="col">
|
||||
{{ spouseData.citizenId ? spouseData.citizenId : "-" }}
|
||||
|
|
@ -493,7 +493,7 @@ onMounted(async () => {
|
|||
<div class="col-12 q-pa-md q-col-gutter-md">
|
||||
<div class="row items-center">
|
||||
<div class="col-2 text-grey-6 text-weight-medium">
|
||||
<div>เลขบัตรประจำตัวประชาชน</div>
|
||||
<div>เลขประจำตัวประชาชนตัวประชาชน</div>
|
||||
</div>
|
||||
<div class="col-10">
|
||||
{{ children.childrenCitizenId }}
|
||||
|
|
@ -1156,7 +1156,7 @@ onMounted(async () => {
|
|||
<q-card bordered class="bg-grey-1 q-gutter-md q-ma-none q-pb-md">
|
||||
<div class="row items-center">
|
||||
<div class="col-2 text-grey-6 text-weight-medium">
|
||||
<div>เลขบัตรประจำตัวประชาชน</div>
|
||||
<div>เลขประจำตัวประชาชนตัวประชาชน</div>
|
||||
</div>
|
||||
<div class="col">
|
||||
{{ historyRows[index - 1].fatherCitizenId }}
|
||||
|
|
@ -1200,7 +1200,7 @@ onMounted(async () => {
|
|||
<q-card bordered class="bg-grey-1 q-gutter-md q-ma-none q-pb-md">
|
||||
<div class="row items-center">
|
||||
<div class="col-2 text-grey-6 text-weight-medium">
|
||||
<div>เลขบัตรประจำตัวประชาชน</div>
|
||||
<div>เลขประจำตัวประชาชนตัวประชาชน</div>
|
||||
</div>
|
||||
<div class="col">
|
||||
{{ historyRows[index - 1].motherCitizenId }}
|
||||
|
|
@ -1251,7 +1251,7 @@ onMounted(async () => {
|
|||
>
|
||||
<div class="row items-center">
|
||||
<div class="col-2 text-grey-6 text-weight-medium">
|
||||
<div>เลขบัตรประจำตัวประชาชน</div>
|
||||
<div>เลขประจำตัวประชาชนตัวประชาชน</div>
|
||||
</div>
|
||||
<div class="col">
|
||||
{{ historyRows[index - 1].coupleCitizenId }}
|
||||
|
|
@ -1309,7 +1309,7 @@ onMounted(async () => {
|
|||
<div class="col-12 q-pa-md q-col-gutter-md">
|
||||
<div class="row items-center">
|
||||
<div class="col-2 text-grey-6 text-weight-medium">
|
||||
<div>เลขบัตรประจำตัวประชาชน</div>
|
||||
<div>เลขประจำตัวประชาชนตัวประชาชน</div>
|
||||
</div>
|
||||
<div class="col-10">
|
||||
{{ children.childrenCitizenId }}
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ const columns = ref<QTableProps["columns"]>([
|
|||
{
|
||||
name: "citizenId",
|
||||
align: "left",
|
||||
label: "เลขบัตรประจำตัวประชาชน",
|
||||
label: "เลขประจำตัวประชาชนตัวประชาชน",
|
||||
sortable: true,
|
||||
field: "citizenId",
|
||||
headerStyle: "font-size: 14px",
|
||||
|
|
@ -465,7 +465,7 @@ onMounted(() => {
|
|||
<q-card bordered class="bg-grey-1 q-gutter-md q-ma-none q-pb-md">
|
||||
<div class="row items-center">
|
||||
<div class="col-2 text-grey-6 text-weight-medium">
|
||||
<div>เลขบัตรประจำตัวประชาชน</div>
|
||||
<div>เลขประจำตัวประชาชนตัวประชาชน</div>
|
||||
</div>
|
||||
<div class="col">
|
||||
{{ fatherData.citizenId ? fatherData.citizenId : "-" }}
|
||||
|
|
@ -540,7 +540,7 @@ onMounted(() => {
|
|||
<q-card bordered class="bg-grey-1 q-gutter-md q-ma-none q-pb-md">
|
||||
<div class="row items-center">
|
||||
<div class="col-2 text-grey-6 text-weight-medium">
|
||||
<div>เลขบัตรประจำตัวประชาชน</div>
|
||||
<div>เลขประจำตัวประชาชนตัวประชาชน</div>
|
||||
</div>
|
||||
<div class="col">
|
||||
{{ motherData.citizenId ? motherData.citizenId : "-" }}
|
||||
|
|
@ -635,7 +635,7 @@ onMounted(() => {
|
|||
</div>
|
||||
<div class="row items-center">
|
||||
<div class="col-2 text-grey-6 text-weight-medium">
|
||||
<div>เลขบัตรประจำตัวประชาชน</div>
|
||||
<div>เลขประจำตัวประชาชนตัวประชาชน</div>
|
||||
</div>
|
||||
<div class="col-10">
|
||||
{{ coupleData.citizenId ?? "-" }}
|
||||
|
|
@ -738,7 +738,7 @@ onMounted(() => {
|
|||
<div class="col-12 q-pa-md q-col-gutter-md">
|
||||
<div class="row items-center">
|
||||
<div class="col-2 text-grey-6 text-weight-medium">
|
||||
<div>เลขบัตรประจำตัวประชาชน</div>
|
||||
<div>เลขประจำตัวประชาชนตัวประชาชน</div>
|
||||
</div>
|
||||
<div class="col-10">
|
||||
{{ item.childrenCitizenId }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue