feat:dashboard table新增分页

1.dashboard table新增分页
2.修复清空缓存重新登录dashboard无法加载的bug
This commit is contained in:
wangwenrui
2020-03-12 16:13:29 +08:00
parent 1c431aef7a
commit 1427e0ecbd
3 changed files with 43 additions and 21 deletions

View File

@@ -532,7 +532,6 @@
str +=`</div>`;*/
});
str +=`</div>`;
console.info(str)
return str;
// return `<div style='width:100%;display:block;word-break:break-all;word-wrap:break-word;white-space:normal'><span style='display:inline-block;margin-right:5px;border-radius:10px;width:15px;height:5px;background-color: ${params[0].color};}'></span> ${params[0].seriesName}:${params[0].data[1]}</div>`;
},