diff --git a/frontend/issues-dashboard.html b/frontend/issues-dashboard.html index 41fdf2c..9c38845 100644 --- a/frontend/issues-dashboard.html +++ b/frontend/issues-dashboard.html @@ -507,118 +507,76 @@ }; return ` -
+
-
-
- No.${issue.project_sequence_no || '-'} - ${isUrgent() ? '긴급' : ''} -
-
- - -
+
+ No.${issue.project_sequence_no || '-'} + ${isUrgent() ? '긴급' : ''}
- - ${issue.photo_path || issue.photo_path2 ? ` -
- -
+ +
+ +
+ 부적합 내용 +
${issue.final_description || issue.description || '중복작업 신고용'}
+
+
+ 발생 날짜 +
${formatKSTDate(issue.report_date)}
+
+ + +
+ 이미지 +
${issue.photo_path ? ` -
- +
+
` : ` -
- 사진 없음 +
+
`} ${issue.photo_path2 ? ` -
- +
+
` : ` -
- 사진 없음 +
+
`}
- ` : ` -
- -
-
- 사진 없음 -
-
- 사진 없음 -
-
-
- `} - - -
- -
${issue.final_description || issue.description || '중복작업 신고용'}
-
- - -
- - ${getCategoryText(issue.final_category || issue.category)} -
- - -
-
-
- - -
-
- - -
-
- -
-
- - -
-
- - -
-
-
- -
${getDepartmentText(issue.cause_department)}
+ 마감시간 | 담당부서 담당자 +
+
${formatKSTDate(issue.expected_completion_date)}
+
${getDepartmentText(issue.responsible_department)} ${issue.responsible_person || '-'}
+
+
+ + +
+ 원인 분류 +
+ ${getCategoryText(issue.final_category || issue.category)} +
+
+
+ 해결 방안 +
${issue.solution || '-'}
- -
+ +
진행 중
- 신고일: ${formatKSTDate(issue.report_date)}
`;