เปลี่ยนฟิล

This commit is contained in:
setthawutttty 2024-12-27 14:58:26 +07:00
parent fa71eb3f2b
commit 40f5b41505
2 changed files with 2 additions and 1 deletions

View file

@ -134,7 +134,7 @@ function clickSearch(type: string) {
citizenId: e.citizenId,
name: e.fullName,
posNo: e.posNo,
position: e.position,
position: e.positionName,
date: e.date,
}));
} else {

View file

@ -5,6 +5,7 @@ interface HistoryPos {
id: string;
posNo: string;
position: string;
positionName?: string;
}
interface Position {