แก้ทะเบียนประวัติ
This commit is contained in:
parent
5d1ed92e99
commit
5db28c7978
2 changed files with 25 additions and 5 deletions
|
|
@ -825,7 +825,11 @@ export const useCounterMixin = defineStore("mixin", () => {
|
|||
case "lastName":
|
||||
return "เปลี่ยนนามสกุล";
|
||||
case "all":
|
||||
return "เปลี่ยนคำนำหน้าชื่อ, ชื่อ-นามสกุล";
|
||||
case "firstNameLastName":
|
||||
return "เปลี่ยนชื่อ-นามสกุล";
|
||||
case "prefixAndlastName":
|
||||
return "เปลี่ยนคำนำหน้าชื่อ และนามสกุล";
|
||||
default:
|
||||
return "-";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue