견문목록 체크박스 주석 해제

master
강석 최 2023-02-06 16:19:59 +09:00
parent aadfcad256
commit ece8860dad
1 changed files with 0 additions and 4 deletions

View File

@ -133,9 +133,7 @@
<table class="table table-sm table-bordered table-hover mb-2"> <table class="table table-sm table-bordered table-hover mb-2">
<thead> <thead>
<tr class="table-secondary"> <tr class="table-secondary">
<!--
<th><input type="checkbox" class="allChk"></th> <th><input type="checkbox" class="allChk"></th>
-->
<th>문서번호</th> <th>문서번호</th>
<th>분야1</th> <th>분야1</th>
<th>분야2</th> <th>분야2</th>
@ -160,9 +158,7 @@
<tbody class="table-group-divider"> <tbody class="table-group-divider">
<tr class="affairTr" th:each="affair:${affairList}"> <tr class="affairTr" th:each="affair:${affairList}">
<input type="hidden" class="affairKey" th:value="${affair.affairKey}"> <input type="hidden" class="affairKey" th:value="${affair.affairKey}">
<!--
<td><input type="checkbox" class="trChkBox"></td> <td><input type="checkbox" class="trChkBox"></td>
-->
<td th:text="|해양경찰청외사-${affair.affairKey}|"></td> <td th:text="|해양경찰청외사-${affair.affairKey}|"></td>
<td> <td>
<th:block th:each="commonCode:${session.commonCode.get('DC01')}"> <th:block th:each="commonCode:${session.commonCode.get('DC01')}">