select 프로젝트 구분
This commit is contained in:
parent
ad0a5653f4
commit
08cd1c5922
@ -14,6 +14,7 @@
|
|||||||
{{ item.PROJCTNAM }}
|
{{ item.PROJCTNAM }}
|
||||||
</option>
|
</option>
|
||||||
<!-- 전체 프로젝트 그룹 -->
|
<!-- 전체 프로젝트 그룹 -->
|
||||||
|
<option disabled>-----------</option>
|
||||||
<option v-for="item in otherProjects" :key="item.PROJCTSEQ" :value="item.PROJCTSEQ">
|
<option v-for="item in otherProjects" :key="item.PROJCTSEQ" :value="item.PROJCTSEQ">
|
||||||
{{ item.PROJCTNAM }}
|
{{ item.PROJCTNAM }}
|
||||||
</option>
|
</option>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user