fix route.name ทะเบียนประวัติ
This commit is contained in:
parent
b47a13be32
commit
53ae95d48e
1 changed files with 5 additions and 1 deletions
|
|
@ -24,7 +24,11 @@ export const useRegistryNewDataStore = defineStore("registryNew", () => {
|
|||
{ id: "position", name: "ตำแหน่งในสายงาน" },
|
||||
{
|
||||
id: "posNo",
|
||||
name: route.name === "registryNew" ? "เลขที่ตำแหน่ง" : "ตำแหน่งเลขที่",
|
||||
name:
|
||||
route.name === "registryNew" ||
|
||||
route.name === "registryRetireOfficer"
|
||||
? "เลขที่ตำแหน่ง"
|
||||
: "ตำแหน่งเลขที่",
|
||||
},
|
||||
];
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue