Merge branch 'develop' into devTee
This commit is contained in:
commit
273861a379
5 changed files with 26 additions and 25 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