diff --git a/frontend/issues-dashboard.html b/frontend/issues-dashboard.html index b9f4d7a..73f00fd 100644 --- a/frontend/issues-dashboard.html +++ b/frontend/issues-dashboard.html @@ -549,16 +549,15 @@
-
- ${isUrgent() ? '🔥 긴급' : ''} -
-
- 진행 중 - +
+ ${isUrgent() ? '🔥 긴급' : ''} +
+
+ 진행 중 +
-
- 발생: - ${formatKSTDate(issue.report_date)} +
+ 발생: ${formatKSTDate(issue.report_date)}
@@ -602,31 +601,31 @@ 이미지
-
+
${issue.photo_path ? ` -
+
부적합 사진 1
` : ` -
- +
+
`} ${issue.photo_path2 ? ` -
+
부적합 사진 2
` : ` -
- +
+
`}
@@ -637,20 +636,20 @@ 일정 & 담당
-
-
- 마감시간 - -
-
${formatKSTDate(issue.expected_completion_date)}
-
-
+
담당자
${issue.responsible_person || '-'}
+
+
+ 마감시간 + +
+
${formatKSTDate(issue.expected_completion_date)}
+