Browse Source

粮油商务网-导出列文案修改

gmy 7 months ago
parent
commit
7f76efc15c
1 changed files with 4 additions and 4 deletions
  1. 4 4
      controllers/data_manage/base_from_ly_index_controller.go

+ 4 - 4
controllers/data_manage/base_from_ly_index_controller.go

@@ -445,16 +445,16 @@ func (this *BaseFromLyIndexController) LyIndexDataExport() {
 		//获取指标数据
 		rowSecName := sheet.AddRow()
 		celSecName := rowSecName.AddCell()
-		celSecName.SetValue("指标名称")
+		celSecName.SetValue("指标名称/Metric Name")
 		rowFrequency := sheet.AddRow()
 		celFrequency := rowFrequency.AddCell()
-		celFrequency.SetValue("频")
+		celFrequency.SetValue("频度/Frequency")
 		rowUnit := sheet.AddRow()
 		celUnit := rowUnit.AddCell()
-		celUnit.SetValue("单位")
+		celUnit.SetValue("单位/Unit")
 		rowModifyDate := sheet.AddRow()
 		rowModifyCell := rowModifyDate.AddCell()
-		rowModifyCell.SetValue("更新时间")
+		rowModifyCell.SetValue("更新时间/Update Time")
 
 		dataMap := make(map[string]map[string]*data_manage.BaseFromLyData)
 		var tradeCodeList []string