feat: center DDS demo on sales knowledge authorization

This commit is contained in:
devmrko
2026-06-30 14:21:39 +09:00
parent 188b398dcb
commit 04cca64f10
9 changed files with 270 additions and 55 deletions

View File

@@ -15,7 +15,7 @@
</div>
<div class="table-responsive mt-3" th:if="${searchResult.success() and searchResult.hasRows()}">
<table class="table table-sm align-middle">
<thead><tr><th>검색 단위</th><th>자료 ID</th><th>제목</th><th>기술 태그</th><th>관련도</th><th>본문</th></tr></thead>
<thead><tr><th>검색 단위</th><th>자료 ID</th><th>제목</th><th>업무 분류값</th><th>관련도</th><th>본문</th></tr></thead>
<tbody>
<tr th:each="row : ${searchResult.rows()}">
<td th:text="${row['CHUNK_ID']}">28001</td>