perf: 调整single-stat的取色按钮样式;修复dcboxbug

This commit is contained in:
陈劲松
2020-12-18 17:57:00 +08:00
committed by chenjinsong
parent 1af777a4e0
commit 0fcdf9dfef
3 changed files with 7 additions and 3 deletions

View File

@@ -517,6 +517,7 @@
},
mounted() {
this.getUserData();
//初始化表头
this.tools.customTableTitle = localStorage.getItem("nz-tableTitle-" + localStorage.getItem("nz-username") + "-" + this.$route.path)
? JSON.parse(localStorage.getItem("nz-tableTitle-" + localStorage.getItem("nz-username") + "-" + this.$route.path))