-
${issue.reporter?.username || '알 수 없음'}
-
${createdDate}
- ${issue.category ? `
${getCategoryText(issue.category)}` : ''}
- ${issue.photo_path ? '
사진 첨부' : ''}
+
+
+
+
+ ${issue.reporter?.username || '알 수 없음'}
+
+
+
+ ${getCategoryText(issue.category)}
+
+
+
+ ${photoInfo}
+
+
+
+ ${timeAgo}
+
+
+
+
+
+
+
+
+ 업로드: ${createdDate} ${createdTime}
+
+ ${issue.work_hours > 0 ? `
+
+ 공수: ${issue.work_hours}시간
+
` : ''}
+
+ ${issue.detail_notes ? `
+
+ "${issue.detail_notes}"
+
` : ''}
@@ -694,65 +719,82 @@