견문목록 체크박스 주석 해제
parent
aadfcad256
commit
ece8860dad
|
|
@ -133,9 +133,7 @@
|
|||
<table class="table table-sm table-bordered table-hover mb-2">
|
||||
<thead>
|
||||
<tr class="table-secondary">
|
||||
<!--
|
||||
<th><input type="checkbox" class="allChk"></th>
|
||||
-->
|
||||
<th>문서번호</th>
|
||||
<th>분야1</th>
|
||||
<th>분야2</th>
|
||||
|
|
@ -160,9 +158,7 @@
|
|||
<tbody class="table-group-divider">
|
||||
<tr class="affairTr" th:each="affair:${affairList}">
|
||||
<input type="hidden" class="affairKey" th:value="${affair.affairKey}">
|
||||
<!--
|
||||
<td><input type="checkbox" class="trChkBox"></td>
|
||||
-->
|
||||
<td th:text="|해양경찰청외사-${affair.affairKey}|"></td>
|
||||
<td>
|
||||
<th:block th:each="commonCode:${session.commonCode.get('DC01')}">
|
||||
|
|
|
|||
Loading…
Reference in New Issue