mirror of https://gitee.com/xiaonuobase/snowy
【优化】暂时去掉stable未完善的国际化配置
parent
722c5e9e2c
commit
29633701d1
|
@ -158,13 +158,13 @@
|
||||||
false
|
false
|
||||||
this.needTotalList = this.initTotalList(this.columns)
|
this.needTotalList = this.initTotalList(this.columns)
|
||||||
this.loadData()
|
this.loadData()
|
||||||
this.columnsSetting = this.columns.map((c) => {
|
this.columnsSetting = this.columns/*.map((c) => {
|
||||||
const tt = c.title
|
const tt = c.title
|
||||||
if (typeof tt === 'string') {
|
if (typeof tt === 'string') {
|
||||||
c.title = () => t(tt)
|
c.title = () => t(tt)
|
||||||
}
|
}
|
||||||
return c
|
return c
|
||||||
})
|
})*/
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue