ตัวหนังสือ เเดงเฉพาะ isDeputy true
This commit is contained in:
parent
4139f9a052
commit
8ce9e0fcab
1 changed files with 9 additions and 1 deletions
|
|
@ -446,7 +446,15 @@ watch(
|
|||
: 'text-weight-medium'
|
||||
"
|
||||
>
|
||||
{{ prop.node.orgTreeName }}
|
||||
<div
|
||||
v-if="prop.node.isDeputy == true && prop.node.orgLevel == 0"
|
||||
class="text-red"
|
||||
>
|
||||
{{ prop.node.orgTreeName }}
|
||||
</div>
|
||||
<div v-else>
|
||||
{{ prop.node.orgTreeName }}
|
||||
</div>
|
||||
{{ prop.node.isOfficer ? "(สกจ.)" : "" }}
|
||||
</div>
|
||||
<div class="text-weight-light text-grey-8">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue