|
@@ -1494,10 +1494,10 @@ func (this *SciHqDataController) ExportSciHqList() {
|
|
|
return
|
|
|
}
|
|
|
if k == 0 {
|
|
|
- secNameRow.AddCell().SetValue("指标名称/Metric Name")
|
|
|
- frequencyRow.AddCell().SetValue("频率/Frequency")
|
|
|
- unitRow.AddCell().SetValue("单位/Unit")
|
|
|
- lastModifyDateRow.AddCell().SetValue("更新时间/Update Time")
|
|
|
+ secNameRow.AddCell().SetValue("指标名称")
|
|
|
+ frequencyRow.AddCell().SetValue("频率")
|
|
|
+ unitRow.AddCell().SetValue("单位")
|
|
|
+ lastModifyDateRow.AddCell().SetValue("更新时间")
|
|
|
min := k * 3
|
|
|
sheetNew.SetColWidth(min, min, 15)
|
|
|
}
|