From 97f21abbf141088ea6d25f30cfba17cc7a01e921 Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Wed, 2 Mar 2022 15:26:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=85=A8=E5=B1=80=E7=9A=84?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=AD=97=E5=85=B8=E5=88=87=E6=8D=A2=E4=B8=AD?= =?UTF-8?q?=E8=8B=B1=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/dict/JDictSelectTag.vue | 2 +- jero-web/src/components/tableDate/index.vue | 3 +- jero-web/src/components/tools/UserMenu.vue | 194 ++++++++++-------- 3 files changed, 106 insertions(+), 93 deletions(-) diff --git a/jero-web/src/components/dict/JDictSelectTag.vue b/jero-web/src/components/dict/JDictSelectTag.vue index 0c991d188..a7917a1b6 100644 --- a/jero-web/src/components/dict/JDictSelectTag.vue +++ b/jero-web/src/components/dict/JDictSelectTag.vue @@ -8,7 +8,7 @@ - 请选择 + {{$t('pleaseSelect')}} {{ item.text || item.label }} diff --git a/jero-web/src/components/tableDate/index.vue b/jero-web/src/components/tableDate/index.vue index 2dbc052af..0345280ac 100644 --- a/jero-web/src/components/tableDate/index.vue +++ b/jero-web/src/components/tableDate/index.vue @@ -31,7 +31,7 @@ - {{text.length > 18?text.slice(0,17)+'...':text}} + {{text && text.length > 18?text.slice(0,17)+'...':text}} @@ -132,6 +132,7 @@ if (res.success) { var jsonHead = res.result this.columns = [] + // res.db_field_txt jsonHead.forEach((res, index) => { this.columns.push({ title: res.db_field_txt, diff --git a/jero-web/src/components/tools/UserMenu.vue b/jero-web/src/components/tools/UserMenu.vue index b16d30205..0ba785367 100644 --- a/jero-web/src/components/tools/UserMenu.vue +++ b/jero-web/src/components/tools/UserMenu.vue @@ -2,44 +2,44 @@
- - - + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - + + + + +
- English - 中文 + English + 中文
- + @@ -54,9 +54,9 @@ 账户设置 - - - 系统设置 + + + 系统设置 @@ -74,25 +74,25 @@ 退出登录 - + - - - - - - + + + + + + @@ -102,28 +102,29 @@