소스 검색

1:1 문의 확인안된 오류 사항 커밋

jsh77b 4 년 전
부모
커밋
b84a88e1eb
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/main/webapp/WEB-INF/views/customer/OneToOneQnaDetailForm.html

+ 2 - 2
src/main/webapp/WEB-INF/views/customer/OneToOneQnaDetailForm.html

@@ -152,8 +152,8 @@
 								<button type="button" class="btn btn-warning btn-lg" id="btnAssignCounselor">담당할당</button>
 							</td>
 							<th>할당자</th>
-							<td th:if="${counselInfo?.assignerNm != null}" th:utext="${counselInfo?.assignerNm + ' / ' + counselInfo?.assignedDt}" id="assignerNm"></td>
-							<td th:if="${counselInfo?.assignerNm == null}" id="assignerNm"></td>
+							<td th:if="${counselInfo.assignerNm != null}" th:utext="${counselInfo.assignerNm + ' / ' + counselInfo.assignedDt}" id="assignerNm"></td>
+							<td th:if="${counselInfo.assignerNm == null}" id="assignerNm"></td>
 						</tr>
 					</tbody>
 				</table>