Skip to content

Commit

Permalink
perf(#152): 접수증 양식 변경
Browse files Browse the repository at this point in the history
- 접수증에 대상구분을 추가하고 전형구분을 메인카테고리를 하도록 변경했어요.
  • Loading branch information
jyj1289 committed Oct 11, 2024
1 parent 4e0edb2 commit a982680
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/main/resources/templates/proof-of-application.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
</td>
</tr>
<tr>
<td class="ba center" style="width: 33%" rowspan="5">
<td class="ba center" style="width: 33%" rowspan="6">
<img
th:src="${identificationPictureUri}"
alt="증명사진"/>
Expand All @@ -133,7 +133,11 @@
</tr>
<tr>
<th scope="row" class="ba">전형구분</th>
<td class="ba" th:text="${form.type.getCategory().description}"></td>
<td class="ba" th:text="${form.type.getMainCategory().description}"></td>
</tr>
<tr>
<th scope="row" class="ba">대상구분</th>
<td class="ba" th:text="${form.type.getDescription()}"></td>
</tr>
<tr>
<th scope="row" class="ba">생년월일</th>
Expand Down

0 comments on commit a982680

Please sign in to comment.