เพิ่มสี

This commit is contained in:
setthawutttty 2024-10-28 17:04:55 +07:00
parent d894850460
commit 7fcd4968c5
3 changed files with 48 additions and 6 deletions

View file

@ -260,7 +260,13 @@ onMounted(async () => {
@click.stop="selectedOrg(prop.node.id)"
>
<div>
<div class="text-weight-medium">
<div
v-if="prop.node.isDeputy == true"
class="text-info text-weight-medium"
>
{{ prop.node.orgRootName }}
</div>
<div v-else class="text-weight-medium">
{{ prop.node.orgRootName }}
</div>
<div class="text-weight-light text-grey-8">
@ -436,7 +442,7 @@ onMounted(async () => {
<style scoped>
.tree-container {
overflow: auto;
height: 74vh;
height: 70vh;
border: 1px solid #e6e6e7;
border-radius: 10px;
}