Merge branch 'develop' into devTee
This commit is contained in:
commit
8f56dd773a
2 changed files with 6 additions and 2 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"
|
||||
? "เลขที่ตำแหน่ง"
|
||||
: "ตำแหน่งเลขที่",
|
||||
},
|
||||
];
|
||||
});
|
||||
|
|
|
|||
|
|
@ -722,7 +722,7 @@ onMounted(() => {
|
|||
{{ `- ${row.position}`
|
||||
}}{{
|
||||
props.row.groupTarget === "OFFICER" &&
|
||||
(row.posType || row.posLevel)
|
||||
(row.posType && row.posLevel)
|
||||
? ` (${
|
||||
row.posType &&
|
||||
(row.posType == "อำนวยการ" ||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue