@@ -107,7 +107,7 @@ func (b *ProductBillExcel) drawSubTitles() error {
b.Excel.SetRowHeight(b.SheetName, b.Row+1, 21)
//第三行
- drawLeft(b.Row+2, "产品名称:"+b.Content.ProductName+" 类别:"+b.Content.Type)
+ drawLeft(b.Row+2, "产品名称:"+b.Content.ProductName)
status := ""
if b.Content.Status == "complete" {
status = "已完成"
@@ -108,7 +108,7 @@ func (b *ReportProductExcel) drawSubTitles() error {