내가 참여하지 않는 그룹이 없는경우 나누는 라인 안보이게 수정

This commit is contained in:
yoon 2025-03-20 09:54:11 +09:00
parent 90d21869b3
commit cc567a5f4f

View File

@ -14,7 +14,7 @@
{{ item.PROJCTNAM }}
</option>
<!-- 내가 참여하지 않는 프로젝트 그룹 -->
<option disabled>-----------</option>
<option v-if="otherActiveProjects.length > 0" disabled>-----------</option>
<option v-for="item in otherActiveProjects" :key="item.PROJCTSEQ" :value="item.PROJCTSEQ">
{{ item.PROJCTNAM }}
</option>