feature/survey #86

Merged
seul merged 9 commits from feature/survey into dev 2025-07-02 10:58:25 +09:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 9c9ddd16b6 - Show all commits

View File

@ -56,7 +56,7 @@ export default function Detail() {
</tr>
<tr>
<th></th>
<td>{inquiryDetail?.regUserTelNo}</td>
<td>{inquiryDetail?.regUserTelNo ? inquiryDetail?.regUserTelNo : '-'}</td>
</tr>
</tbody>
</table>

View File

@ -178,7 +178,7 @@ export default function SurveySaleSubmitPopup() {
</p>
<p style="font-size: 13px; font-weight: 400; color: #2e3a59; margin-bottom: 15px;">
-:
<span style="color: #417DDC;">${surveyDetail?.constructionPoint}</span>
<span style="color: #417DDC;">${surveyDetail?.constructionPoint ?? ' - '}</span>
</p>
<p>
<a