แก้คำ
This commit is contained in:
parent
ffb1351754
commit
8f3e6c85ad
3 changed files with 3 additions and 3 deletions
|
|
@ -370,7 +370,7 @@ const previous = ref<boolean>(); //แสดงปุ่มดูข้อมู
|
|||
const next = ref<boolean>(); //แสดงปุ่มดูข้อมูลต่อไป
|
||||
const editRow = ref<boolean>(false); //เช็คมีการแก้ไขข้อมูล
|
||||
const rowsHistory = ref<RequestItemsObject[]>([]); //select data history
|
||||
const tittleHistory = ref<string>("ประวัติแก้ไขประวัติการเปลี่ยนชื่อ-นามสกุล"); //
|
||||
const tittleHistory = ref<string>("ประวัติแก้ไขประวัติการเปลี่ยนชื่อ - นามสกุล"); //
|
||||
const filterHistory = ref<string>(""); //search data table history
|
||||
const modalHistory = ref<boolean>(false); //modal ประวัติการแก้ไขข้อมูล
|
||||
const checkValidate = ref<boolean>(false); //validate data ผ่านหรือไม่
|
||||
|
|
|
|||
|
|
@ -553,7 +553,7 @@ onMounted(async () => {
|
|||
<q-dialog v-model="dialog" persistent>
|
||||
<q-card>
|
||||
<q-form @submit.prevent greedy @validation-success="onSubmit()">
|
||||
<dialog-header tittle="เปลี่ยนชื่อ-นามสกุล" :close="closeDialog" />
|
||||
<dialog-header tittle="เปลี่ยนชื่อ - นามสกุล" :close="closeDialog" />
|
||||
<q-separator />
|
||||
<q-card-section>
|
||||
<div class="row q-mb-sm">
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ const props = defineProps({
|
|||
class="text-grey q-pl-sm"
|
||||
>
|
||||
<q-tab name="1" label="ประวัติส่วนตัว" />
|
||||
<q-tab name="2" label="ประวัติการเปลี่ยนชื่อ-นามสกุล" />
|
||||
<q-tab name="2" label="ประวัติการเปลี่ยนชื่อ - นามสกุล" />
|
||||
<q-tab name="3" label="ข้อมูลที่อยู่" />
|
||||
<q-tab name="4" label="ข้อมูลครอบครัว" />
|
||||
<q-tab name="5" label="ประวัติการศึกษา" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue