feat:新增功能

1.panel图表按时间查询功能(查询时间默认最近1小时)
2.panel图表按图表名称查询功能
3.panel图表刷新功能(完成的是图表上的刷新图标,定期刷新还未完成)
fix:修改BUG
1.修改图表数据查询接口URL
This commit is contained in:
hanyuxia
2020-01-08 16:44:41 +08:00
parent 7cc8c1b065
commit 63fcf08116
8 changed files with 148 additions and 72 deletions

View File

@@ -20,6 +20,9 @@ const cn = {
title:'仪表盘',
panel:{
title:'看板',
searchItem:{
name:'标题'
},
//面板-侧滑框
createPanelTitle: "创建面板",
createPanelTitleSec:"创建新面板",
@@ -67,7 +70,14 @@ const cn = {
recSevenDay:'近7日',
recOneMonth:'近一个月',
curMonth:'本月',
lastMonth:'上月'
lastMonth:'上月',
refreshInterval:{
never:'从不',
oneMinute:'1分钟',
threeMinutes:'3分钟',
fiveMinutes:'5分钟',
tenMinutes:'10分钟',
}
},
metric:{
name:"指标名称",