diff --git a/frontend/issues-dashboard.html b/frontend/issues-dashboard.html index 886ea4a..b9f4d7a 100644 --- a/frontend/issues-dashboard.html +++ b/frontend/issues-dashboard.html @@ -544,8 +544,8 @@
${projectName} -
-

${getIssueTitle(issue)}

+
+

${getIssueTitle(issue)}

@@ -556,16 +556,16 @@ 진행 중
+
+ 발생: + ${formatKSTDate(issue.report_date)} +
${getCategoryText(issue.final_category || issue.category)} -
-
발생 날짜
-
${formatKSTDate(issue.report_date)}
-
@@ -602,31 +602,31 @@ 이미지 -
+
${issue.photo_path ? ` -
+
부적합 사진 1 -
+
` : ` -
- +
+
`} ${issue.photo_path2 ? ` -
+
부적합 사진 2 -
+
` : ` -
- +
+
`}