ระบบพัฒนา โครงการ แก้ไขการแสดงผลตำแหน่ง tab เป้าหมาย

This commit is contained in:
Warunee Tamkoo 2025-06-13 17:24:31 +07:00
parent afa441dc33
commit ded39510da

View file

@ -716,7 +716,7 @@ onMounted(() => {
{{ `- ${row.position}`
}}{{
props.row.groupTarget === "OFFICER" &&
(row.posType || row.posLevel)
(row.posType && row.posLevel)
? ` (${
row.posType &&
(row.posType == "อำนวยการ" ||