mirror of https://gitee.com/xiaonuobase/snowy
【优化】暂时去掉stable未完善的国际化配置
parent
722c5e9e2c
commit
29633701d1
|
@ -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: {
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue