|
|
|
|
@ -153,7 +153,7 @@
|
|
|
|
|
<div class="row">
|
|
|
|
|
<label class="col-sm-3 col-form-label text-sm-end" for="status">상태</label>
|
|
|
|
|
<div class="col-sm-9">
|
|
|
|
|
<c:if test='${currentUser.hasAuthorities("ROLE_ADMIN")}'>
|
|
|
|
|
<c:if test='${currentUser.hasAuthorities("ROLE_ADMIN", "ROLE_RVS_ADMIN")}'>
|
|
|
|
|
<div class="form-check form-check-inline mt-3">
|
|
|
|
|
<input name="status" value="P" type="radio" data-map="STTS" class="form-check-input"/>
|
|
|
|
|
<label class="form-check-label" for="approved">승인</label>
|
|
|
|
|
|