diff --git a/frontend/issues-dashboard.html b/frontend/issues-dashboard.html index e8d237b..72cd989 100644 --- a/frontend/issues-dashboard.html +++ b/frontend/issues-dashboard.html @@ -158,7 +158,10 @@
-

전체 진행 중

+

+ 전체 진행 중 +

+

0

@@ -168,7 +171,10 @@
-

오늘 신규

+

+ 오늘 신규 +

+

0

@@ -178,7 +184,10 @@
-

지연 위험

+

+ 지연 위험 +

+

0

@@ -188,7 +197,10 @@
-

활성 프로젝트

+

+ 활성 프로젝트 +

+

0

@@ -513,12 +525,23 @@ return `
-
+
No.${issue.project_sequence_no || '-'} -
+
+ + + ${getCategoryText(issue.final_category || issue.category)} + +
+
+ ${isUrgent() ? '🔥 긴급' : ''} +
+
+ 진행 중 + +
- ${isUrgent() ? '🔥 긴급' : ''}
@@ -545,22 +568,28 @@ 이미지
${issue.photo_path ? ` -
- +
+ 부적합 사진 1 +
` : ` -
+
`} ${issue.photo_path2 ? ` -
- +
+ 부적합 사진 2 +
` : ` -
+
`} @@ -580,30 +609,13 @@
-
- 원인 분류 -
- - - ${getCategoryText(issue.final_category || issue.category)} - -
-
-
+
해결 방안 -
+
${issue.solution || '미정'}
- - -
-
-
- 진행 중 -
-
`; }