mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 21:42:32 +08:00
fix: 用户筛选国际化
This commit is contained in:
@@ -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,
|
||||
""
|
||||
|
||||
Reference in New Issue
Block a user