LingxinMeng пре 11 месеци
родитељ
комит
26af12d218
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      amd64/score_server/handler/h_exam.go

+ 1 - 1
amd64/score_server/handler/h_exam.go

@@ -598,7 +598,7 @@ func Report(c *gin.Context) {
 			// 3. 线上扣分详情
 			{
 				tableCellWidth := 450.0 // 单元格宽度
-				for i := 8; i < 10; i++ {
+				for i := 8; i < len(detailsDtos2); i++ {
 					{
 						pdf.SetXY(leftMargin, topMargin+currentLine*lineHeight)
 						_ = pdf.CellWithOption(&gopdf.Rect{W: tableWidth, H: lineHeight}, "("+util.ToString(i+1)+")"+detailsDtos2[i].SceneName, alignOptionText)