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.orgChild4Name + " "
|
||||||
: ""
|
: ""
|
||||||
}${
|
}${
|
||||||
props.row.orgChild3Name
|
props.row.orgChild3Name
|
||||||
? props.row.orgChild3Name + "/"
|
? props.row.orgChild3Name + " "
|
||||||
: ""
|
: ""
|
||||||
}${
|
}${
|
||||||
props.row.orgChild2Name
|
props.row.orgChild2Name
|
||||||
? props.row.orgChild2Name + "/"
|
? props.row.orgChild2Name + " "
|
||||||
: ""
|
: ""
|
||||||
}${
|
}${
|
||||||
props.row.orgChild1Name
|
props.row.orgChild1Name
|
||||||
? props.row.orgChild1Name + "/"
|
? props.row.orgChild1Name + " "
|
||||||
: ""
|
: ""
|
||||||
}${props.row.orgRootName ? props.row.orgRootName : ""}`
|
}${props.row.orgRootName ? props.row.orgRootName : ""}`
|
||||||
}}
|
}}
|
||||||
|
|
|
||||||
|
|
@ -464,10 +464,10 @@ function onClickViewInfo(type: string, id: string) {
|
||||||
-
|
-
|
||||||
</div>
|
</div>
|
||||||
{{
|
{{
|
||||||
`${props.row.child4 ? props.row.child4 + "/" : ""}${
|
`${props.row.child4 ? props.row.child4 + " " : ""}${
|
||||||
props.row.child3 ? props.row.child3 + "/" : ""
|
props.row.child3 ? props.row.child3 + " " : ""
|
||||||
}${props.row.child2 ? props.row.child2 + "-" : ""}${
|
}${props.row.child2 ? props.row.child2 + " " : ""}${
|
||||||
props.row.child1 ? props.row.child1 + "/" : ""
|
props.row.child1 ? props.row.child1 + " " : ""
|
||||||
}${props.row.root ? props.row.root : ""}`
|
}${props.row.root ? props.row.root : ""}`
|
||||||
}}
|
}}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -481,10 +481,10 @@ watch(
|
||||||
-
|
-
|
||||||
</div>
|
</div>
|
||||||
{{
|
{{
|
||||||
`${props.row.child4 ? props.row.child4 + "/" : ""}${
|
`${props.row.child4 ? props.row.child4 + " " : ""}${
|
||||||
props.row.child3 ? props.row.child3 + "/" : ""
|
props.row.child3 ? props.row.child3 + " " : ""
|
||||||
}${props.row.child2 ? props.row.child2 + "-" : ""}${
|
}${props.row.child2 ? props.row.child2 + " " : ""}${
|
||||||
props.row.child1 ? props.row.child1 + "/" : ""
|
props.row.child1 ? props.row.child1 + " " : ""
|
||||||
}${props.row.root ? props.row.root : ""}`
|
}${props.row.root ? props.row.root : ""}`
|
||||||
}}
|
}}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue