ทะเบียนประวัติ: เพิ่ม tooltip + แก้คำผิด

This commit is contained in:
oat_dev 2024-03-29 16:40:50 +07:00
parent a3c10761fa
commit d481bc5603

View file

@ -8,7 +8,6 @@ import http from "@/plugins/http";
import config from "@/app.config";
import dialogHeader from "@/components/DialogHeader.vue";
import { useCounterMixin } from "@/stores/mixin";
import HistoryTable from "@/components/TableHistory.vue";
import type { ResponseObject } from "@/components/information/interface/response/OldName";
import type { Pagination } from "@/modules/04_registryNew/interface/index/Main";
import type { RequestItemsObject } from "@/components/information/interface/request/OldName";
@ -229,14 +228,6 @@ function closeDialog() {
dialog.value = false;
}
// function clearForm() {
// changeNameData.status = "";
// changeNameData.prefix = "";
// changeNameData.firstName = "";
// changeNameData.lastName = "";
// alertUpload.value = false;
// }
async function onSubmit() {
if (!!fileUpload.value) {
await dialogConfirm(
@ -588,7 +579,9 @@ function filterSelector(val: string, update: Function, refData: string) {
size="14px"
icon="mdi-file-document-outline"
@click="fetchProfile(props.row.id)"
/>
>
<q-tooltip>ดาวนโหลด</q-tooltip>
</q-btn>
<q-btn
color="primary"
flat
@ -616,7 +609,9 @@ function filterSelector(val: string, update: Function, refData: string) {
@click="
() => (fetchHistoryData(props.row.id), (historyDialog = true))
"
/>
>
<q-tooltip>ประวการเปลยนช-นามสก</q-tooltip>
</q-btn>
<q-btn
color="red"
flat
@ -869,7 +864,7 @@ function filterSelector(val: string, update: Function, refData: string) {
<q-card style="min-width: 70%" class="bg-white">
<q-card-section class="flex justify-between" style="padding: 0">
<dialog-header
tittle="ประวัติแก้ไขประวัติการศึกษา"
tittle="ประวัติแก้ไขการเปลี่ยนชื่อ-นามสกุล"
:close="closeHistoryDialog"
/>
</q-card-section>