We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c851d38 commit 138ac92Copy full SHA for 138ac92
src/components/common/EditInformation.vue
@@ -77,7 +77,9 @@
77
<p class="text-body text-xs font-bold">부서</p>
78
<p class="mt-2 text-black">{{ info.departmentName }}</p>
79
</div>
80
- <div class="flex flex-col">
+ <div
81
+ v-if="info.departmentRole"
82
+ class="flex flex-col">
83
<p class="text-body text-xs font-bold">직무</p>
84
<p class="mt-2 text-black">{{ info.departmentRole }}</p>
85
0 commit comments