|
@@ -273,6 +273,7 @@ func (b *ReportProductExcel) drawRemark() error {
|
|
drawLeft(b.Row+2, "时间:"+timeformat)
|
|
drawLeft(b.Row+2, "时间:"+timeformat)
|
|
drawRight(b.Row+2, "时间:"+timeformat)
|
|
drawRight(b.Row+2, "时间:"+timeformat)
|
|
b.Excel.SetRowHeight(b.SheetName, b.Row+2, 21)
|
|
b.Excel.SetRowHeight(b.SheetName, b.Row+2, 21)
|
|
|
|
+ b.Row += 2
|
|
|
|
|
|
return nil
|
|
return nil
|
|
|
|
|