ระบบพัฒนา โครงการ แก้ไขการแสดงผลตำแหน่ง tab เป้าหมาย
This commit is contained in:
parent
afa441dc33
commit
ded39510da
1 changed files with 1 additions and 1 deletions
|
|
@ -716,7 +716,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