แก้รักษาการ
This commit is contained in:
parent
6c0f4530ab
commit
aad08aba0e
3 changed files with 11 additions and 4 deletions
|
|
@ -13,6 +13,7 @@ interface DataTree {
|
|||
}
|
||||
|
||||
interface PosMaster {
|
||||
posNo: string;
|
||||
fullNameCurrentHolder: string;
|
||||
orgLevel: number;
|
||||
orgTreeId: string;
|
||||
|
|
|
|||
|
|
@ -364,7 +364,13 @@ onMounted(() => {
|
|||
@click.stop="updateSelected(col)"
|
||||
>
|
||||
<q-item-section>
|
||||
{{ col.fullNameCurrentHolder }}
|
||||
{{
|
||||
`${col.posNo} ${
|
||||
col.fullNameCurrentHolder
|
||||
? " (" + col.fullNameCurrentHolder + ")"
|
||||
: ""
|
||||
}`
|
||||
}}
|
||||
</q-item-section>
|
||||
</q-item>
|
||||
</q-list>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue