【优化】暂时去掉stable未完善的国际化配置

pull/150/head
小诺 2023-08-06 22:03:20 +08:00 committed by 俞宝山
parent 722c5e9e2c
commit 29633701d1
1 changed files with 2 additions and 2 deletions

View File

@ -158,13 +158,13 @@
false
this.needTotalList = this.initTotalList(this.columns)
this.loadData()
this.columnsSetting = this.columns.map((c) => {
this.columnsSetting = this.columns/*.map((c) => {
const tt = c.title
if (typeof tt === 'string') {
c.title = () => t(tt)
}
return c
})
})*/
},
methods: {
/**