fix / เงินเดือน

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-01-22 10:25:25 +07:00
parent 5f0cac12b1
commit 664871b00d
3 changed files with 12 additions and 12 deletions

View file

@ -801,19 +801,19 @@ onMounted(async () => {
{{
`${
props.row.orgChild4Name
? props.row.orgChild4Name + "/"
? props.row.orgChild4Name + " "
: ""
}${
props.row.orgChild3Name
? props.row.orgChild3Name + "/"
? props.row.orgChild3Name + " "
: ""
}${
props.row.orgChild2Name
? props.row.orgChild2Name + "/"
? props.row.orgChild2Name + " "
: ""
}${
props.row.orgChild1Name
? props.row.orgChild1Name + "/"
? props.row.orgChild1Name + " "
: ""
}${props.row.orgRootName ? props.row.orgRootName : ""}`
}}