|
|
@ -2039,10 +2039,10 @@ func (impl *CustDemandVerHeadServiceImplement) ExportCompareVersionInfoByArtcle( |
|
|
|
value, ok := val.Item[key] |
|
|
|
if ok { |
|
|
|
cell = row.AddCell() |
|
|
|
cell.Value = fmt.Sprintf("%0.2f", value*100) + "%" |
|
|
|
cell.Value = fmt.Sprintf("%0.2f", value) + "%" |
|
|
|
} else { |
|
|
|
cell = row.AddCell() |
|
|
|
cell.Value = fmt.Sprintf("%0.2f", value*100) + "%" |
|
|
|
cell.Value = fmt.Sprintf("%0.2f", value) + "%" |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|