added new period type 'weekly' to meterenergy in WEB UI

pull/77/head
Caozhenhui 2021-10-29 16:14:16 +08:00
parent a5e0871def
commit 74706dcc37
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
export const periodTypeOptions = [
{ value: 'yearly', label: 'Yearly' },
{ value: 'monthly', label: 'Monthly' },
{ value: 'weekly', label: 'Weekly' },
{ value: 'daily', label: 'Daily' },
{ value: 'hourly', label: 'Hourly' }];

View File

@ -1614,6 +1614,7 @@ const resources = {
"Period Types": "时间尺度",
"Yearly": "",
"Monthly": "",
"Weekly": "",
"Daily": "",
"Hourly": "",
"Submit": "提交",