แก้ทะเบียนประวัติ

This commit is contained in:
Warunee Tamkoo 2024-02-20 17:28:38 +07:00
parent 5d1ed92e99
commit 5db28c7978
2 changed files with 25 additions and 5 deletions

View file

@ -825,7 +825,11 @@ export const useCounterMixin = defineStore("mixin", () => {
case "lastName":
return "เปลี่ยนนามสกุล";
case "all":
return "เปลี่ยนคำนำหน้าชื่อ, ชื่อ-นามสกุล";
case "firstNameLastName":
return "เปลี่ยนชื่อ-นามสกุล";
case "prefixAndlastName":
return "เปลี่ยนคำนำหน้าชื่อ และนามสกุล";
default:
return "-";
}