feature/jp-0331 #526

Open
jungpyo2001 wants to merge 998 commits from feature/jp-0331 into main
2 changed files with 3 additions and 2 deletions
Showing only changes of commit afefd68cdd - Show all commits

View File

@ -1932,6 +1932,7 @@ public class EstimateService {
sb.append(
"<td style='text-align:left;'>"
+ StringUtils.defaultString(noteResponse.getRemarks())
.replaceAll("\r\n|\r|\n", "<br />")
+ "</td>");
sb.append("</tr>");
}

View File

@ -502,8 +502,8 @@
<table class="mb20">
<thead>
<tr>
<th class="col-15">項目</th>
<th class="col-15">文言</th>
<th style="width:20%;">項目</th>
<th>文言</th>
</tr>
</thead>
<tbody id="noteList_detail">