mirror of
https://gitee.com/xiaonuobase/snowy.git
synced 2026-03-22 10:47:16 +08:00
【优化】暂时去掉stable未完善的国际化配置
This commit is contained in:
@@ -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: {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user