@ledvance/group-ui-biz-bundle 1.0.114 → 1.0.115

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "name": "@ledvance/group-ui-biz-bundle",
5
5
  "pid": [],
6
6
  "uiid": "",
7
- "version": "1.0.114",
7
+ "version": "1.0.115",
8
8
  "scripts": {},
9
9
  "dependencies": {
10
10
  "@ledvance/base": "^1.x",
@@ -176,7 +176,7 @@ const getDpResultByDate = async (deviceIdGroup: string[], addEleDpCode: string,
176
176
 
177
177
  export const exportEnergyCsv = (values: any[][], unit: string) => {
178
178
  const headers = [I18n.getLang('date'), `${I18n.getLang('consumption_data_annual_bar_chart_system_back_text')} (kWh)`, `Price(${unit})`]
179
- const functionName = `${I18n.getLang('consumption_data_annual_bar_chart_system_back_text')}`
179
+ const functionName = 'EnergyConsumption'
180
180
  exportCsvFile(headers, values, functionName)
181
181
  }
182
182