เพิ่มสี
This commit is contained in:
parent
d894850460
commit
7fcd4968c5
3 changed files with 48 additions and 6 deletions
|
|
@ -470,8 +470,26 @@ onMounted(() => {
|
|||
class="row col-12 items-center text-dark q-py-xs q-pl-sm rounded-borders my-list"
|
||||
>
|
||||
<div>
|
||||
<div class="text-weight-medium">
|
||||
{{ prop.node.orgTreeName }}
|
||||
<div
|
||||
:class="
|
||||
prop.node.isOfficer
|
||||
? 'text-weight-medium text-blue'
|
||||
: 'text-weight-medium'
|
||||
"
|
||||
>
|
||||
<div
|
||||
v-if="
|
||||
prop.node.isDeputy == true &&
|
||||
prop.node.orgLevel == 0
|
||||
"
|
||||
class="text-info"
|
||||
>
|
||||
{{ 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