1
wei
2021-10-21 503be86621ef8fdc69f0a53cd3e0156b274c418e
HDL_ON/UI/UI2/FuntionControlView/Energy/EnergyMainPage.cs
@@ -310,7 +310,7 @@
                TextColor = CSS_Color.PromptingColor2,
                SelectedTextColor = CSS_Color.MainColor,
                TextSize = CSS_FontSize.PromptFontSize_FirstLevel,
                Text = DateTime.Now.Month.ToString() + Language.StringByID(StringId.month),
                Text =  Language.StringByID(StringId.month),//DateTime.Now.Month.ToString() +
            };
            showDataTypeView.AddChidren(btnShowHistroyData_Month);