내가 참여하지 않는 그룹이 없는경우 나누는 라인 안보이게 수정
This commit is contained in:
parent
90d21869b3
commit
cc567a5f4f
@ -14,7 +14,7 @@
|
|||||||
{{ item.PROJCTNAM }}
|
{{ item.PROJCTNAM }}
|
||||||
</option>
|
</option>
|
||||||
<!-- 내가 참여하지 않는 프로젝트 그룹 -->
|
<!-- 내가 참여하지 않는 프로젝트 그룹 -->
|
||||||
<option disabled>-----------</option>
|
<option v-if="otherActiveProjects.length > 0" disabled>-----------</option>
|
||||||
<option v-for="item in otherActiveProjects" :key="item.PROJCTSEQ" :value="item.PROJCTSEQ">
|
<option v-for="item in otherActiveProjects" :key="item.PROJCTSEQ" :value="item.PROJCTSEQ">
|
||||||
{{ item.PROJCTNAM }}
|
{{ item.PROJCTNAM }}
|
||||||
</option>
|
</option>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user