fix:修改表格中英文切换时的部分表格表头没变换的问题
This commit is contained in:
@@ -512,7 +512,7 @@
|
||||
this.tools.customTableTitle = localStorage.getItem("nz-tableTitle-" + localStorage.getItem("nz-username") + "-/projectBottom")
|
||||
? JSON.parse(localStorage.getItem("nz-tableTitle-" + localStorage.getItem("nz-username") + "-/projectBottom"))
|
||||
: this.tableTitle;
|
||||
|
||||
this.tableTitleReset(this.tableTitle,this.tools.customTableTitle);
|
||||
this.initEvent();
|
||||
},
|
||||
beforeDestroy(){
|
||||
|
||||
Reference in New Issue
Block a user