From 041dda021a1179562927041aec0a1ee61a544393 Mon Sep 17 00:00:00 2001 From: John <377342263@qq.com> Date: Sat, 9 Mar 2024 02:48:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BD=E9=99=85=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index/my/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/index/my/index.vue b/src/views/index/my/index.vue index daccb47..b65b8b8 100644 --- a/src/views/index/my/index.vue +++ b/src/views/index/my/index.vue @@ -155,8 +155,8 @@ const showPicker = ref(false) const columns = [ { text: '中文', value: 'zh' }, - { text: 'Bahasa indonesia', value: 'hi' }, - { text: 'हिंदी', value: 'id' }, + { text: 'Bahasa indonesia', value: 'id' }, + { text: 'हिंदी', value: 'hi' }, // { text: t('language.zh'), value: 'zh' }, // { text: t('language.hi'), value: 'hi' }, // { text: t('language.id'), value: 'id' },