fix / เงินเดือน
This commit is contained in:
parent
5f0cac12b1
commit
664871b00d
3 changed files with 12 additions and 12 deletions
|
|
@ -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 : ""}`
|
||||
}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue