From 0aabc58fd77f8e133ef899113e941afb34c62b88 Mon Sep 17 00:00:00 2001 From: he wei <858544502@qq.com> Date: 星期二, 16 一月 2024 09:10:18 +0800 Subject: [PATCH] U 英文版不需要自动升级 --- src/components/chartContextMenu.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/chartContextMenu.vue b/src/components/chartContextMenu.vue index 39d9470..0ebe722 100644 --- a/src/components/chartContextMenu.vue +++ b/src/components/chartContextMenu.vue @@ -54,17 +54,17 @@ const menuList = [ { id: 0, - title: "鏄剧ず/闄愯棌鏁板��", + title: this.$t('other.DisplayLimitHiddenValue'), method: "toggleValue", }, { id: 1, - title: "鎸夐珮-浣庢帓搴�", + title: this.$t('other.SortedinHightoLow'), method: "sortReverse", }, { id: 2, - title: "鎸変綆-楂樻帓搴�", + title: this.$t('other.SortedinLowtoHigh'), method: "sort", }, ]; -- Gitblit v1.9.1