NZ-584 feat: overview调整
This commit is contained in:
@@ -54,13 +54,6 @@ export default {
|
||||
created () {
|
||||
const localStorageTitle = JSON.parse(localStorage.getItem('nz-tableTitle-' + localStorage.getItem('nz-username') + '-' + this.tableId))
|
||||
if (localStorageTitle) {
|
||||
for (const title of this.originalTableTitle) {
|
||||
for (const lsTitle of localStorageTitle) {
|
||||
if (lsTitle.prop === title.prop) {
|
||||
lsTitle.label = title.label
|
||||
}
|
||||
}
|
||||
}
|
||||
localStorage.setItem('nz-tableTitle-' + localStorage.getItem('nz-username') + '-' + this.tableId, JSON.stringify(localStorageTitle))
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user