diff --git a/src/modules/04_registryNew/components/detail/PersonalInformation/02_NameChangeHistory.vue b/src/modules/04_registryNew/components/detail/PersonalInformation/02_NameChangeHistory.vue
index 1f25b4837..35d63eae9 100644
--- a/src/modules/04_registryNew/components/detail/PersonalInformation/02_NameChangeHistory.vue
+++ b/src/modules/04_registryNew/components/detail/PersonalInformation/02_NameChangeHistory.vue
@@ -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)"
- />
+ >
+ ดาวน์โหลด
+
(fetchHistoryData(props.row.id), (historyDialog = true))
"
- />
+ >
+ ดูประวัติการเปลี่ยนชื่อ-นามสกุล
+