parent
bf4539695f
commit
34ff58dd4e
|
|
@ -702,7 +702,7 @@
|
|||
<button class="btn btn-success" id="cdsDownExcel">엑셀 다운로드</button>
|
||||
</div>
|
||||
<div class="col-auto">
|
||||
<button class="btn btn-primary" id="crackdownStatusAddBtn">등록</button>
|
||||
<!--<button class="btn btn-primary" id="crackdownStatusAddBtn">등록</button>-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -504,7 +504,7 @@
|
|||
</div>
|
||||
<div class="modal-footer bg-light">
|
||||
<th:block th:if="${userSeq eq crackdownStatus.wrtUserSeq or accessAuth eq 'ACC003'}"><!--작성자일 경우 수정 허용--><!--관리자일 경우 수정 허용-->
|
||||
<button type="button" class="btn btn-warning" id="cdsEditBtn">수정</button>
|
||||
<!--<button type="button" class="btn btn-warning" id="cdsEditBtn">수정</button>-->
|
||||
</th:block>
|
||||
<!-- <button type="button" class="btn btn-secondary" data-bs-dismiss="modal">닫기</button>-->
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -191,7 +191,7 @@
|
|||
<button class="btn btn-success" id="processResultDownExcel">엑셀 다운로드</button>
|
||||
</div>
|
||||
<div class="col-auto">
|
||||
<button class="btn btn-primary" id="processResultAddBtn">등록</button>
|
||||
<!--<button class="btn btn-primary" id="processResultAddBtn">등록</button>-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -158,7 +158,7 @@
|
|||
</div>
|
||||
<div class="modal-footer bg-light">
|
||||
<th:block th:if="${userSeq eq processResult.wrtUserSeq or accessAuth eq 'ACC003'}"><!--작성자일 경우 수정 허용--><!--관리자일 경우 수정 허용-->
|
||||
<button type="button" class="btn btn-warning" id="processResultEditBtn">수정</button>
|
||||
<!--<button type="button" class="btn btn-warning" id="processResultEditBtn">수정</button>-->
|
||||
</th:block>
|
||||
<!-- <button type="button" class="btn btn-secondary" data-bs-dismiss="modal">닫기</button>-->
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue