This commit is contained in:
leeheejin
2025-11-13 17:00:31 +09:00
parent c2f2350b83
commit 7195dfb5f1

View File

@@ -123,6 +123,7 @@
</table> </table>
<!-- 결재 라인 정보 --> <!-- 결재 라인 정보 -->
<%--
<c:if test="${not empty approvalLine}"> <c:if test="${not empty approvalLine}">
<div class="section-title">결재 정보</div> <div class="section-title">결재 정보</div>
<table class="item-table"> <table class="item-table">
@@ -157,6 +158,7 @@
</tbody> </tbody>
</table> </table>
</c:if> </c:if>
--%>
<!-- 버튼 영역 --> <!-- 버튼 영역 -->
<div style="text-align:center; margin-top:20px;"> <div style="text-align:center; margin-top:20px;">