forked from github/dataease
fix: 用户筛选国际化
This commit is contained in:
parent
bc36300c06
commit
eb6ec58cfb
@ -307,7 +307,7 @@ export default {
|
||||
if (this.activeStatus.length) {
|
||||
let str = `${this.$t("kettle.status")}:${this.activeStatus.reduce(
|
||||
(pre, next) =>
|
||||
(this.status.find((ele) => ele.id === next) || {}).label +
|
||||
this.$t((this.status.find((ele) => ele.id === next) || {}).label) +
|
||||
"、" +
|
||||
pre,
|
||||
""
|
||||
|
Loading…
Reference in New Issue
Block a user