|
@@ -88,8 +88,10 @@
|
|
|
<fmt:formatNumber value="${total}" pattern="#,###" />
|
|
|
</div>
|
|
|
<div class="col-6 text-right">
|
|
|
- <c:if test="${sesGroupIdx eq '1' or sesGroupIdx eq '2'}">
|
|
|
- <button class="btn btn-primary" onclick="location.href='./new';">의료진 신규 등록</button>
|
|
|
+ <c:if test="${data._SES_GROUP_IDX ne 1}">
|
|
|
+ <c:if test="${sesGroupIdx eq '1' or sesGroupIdx eq '2'}">
|
|
|
+ <button class="btn btn-primary" onclick="location.href='./new';">의료진 신규 등록</button>
|
|
|
+ </c:if>
|
|
|
</c:if>
|
|
|
</div>
|
|
|
</div>
|