|
@@ -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)
|