|
@@ -152,8 +152,8 @@
|
|
|
<button type="button" class="btn btn-warning btn-lg" id="btnAssignCounselor">담당할당</button>
|
|
<button type="button" class="btn btn-warning btn-lg" id="btnAssignCounselor">담당할당</button>
|
|
|
</td>
|
|
</td>
|
|
|
<th>할당자</th>
|
|
<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>
|
|
</tr>
|
|
|
</tbody>
|
|
</tbody>
|
|
|
</table>
|
|
</table>
|