flag โครงสร้าง

This commit is contained in:
setthawutttty 2025-01-30 17:54:38 +07:00
parent 8f3e6c85ad
commit 9f9de075a3

View file

@ -439,16 +439,25 @@ watch(
<div> <div>
<div <div
:class=" :class="
prop.node.isOfficer prop.node.isOfficer || prop.node.isInformation
? 'text-weight-medium text-blue' ? 'text-weight-medium text-blue'
: 'text-weight-medium' : 'text-weight-medium'
" "
> >
<div <div
v-if="prop.node.isDeputy == true && prop.node.orgLevel == 0" v-if="
(prop.node.isDeputy == true && prop.node.orgLevel == 0) ||
(prop.node.isCommission == true &&
prop.node.orgLevel == 0)
"
class="text-info" class="text-info"
> >
{{ prop.node.orgTreeName }} {{ prop.node.orgTreeName
}}{{
prop.node.isCommission == true && prop.node.orgLevel == 0
? ` (กก.)`
: ""
}}
</div> </div>
<div v-else> <div v-else>
{{ prop.node.orgTreeName }} {{ prop.node.orgTreeName }}