From 61c777532b5e49928c32b1621e0e3f16a84f529d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9C=E6=80=80=E7=A3=8A=E2=80=9D?= <2280131253@qq.com> Date: Fri, 31 Dec 2021 16:40:15 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=B7=A5=E5=8D=95=E4=BC=9A=E8=AF=9D?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=8A=B6=E6=80=81=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/langs/cn.json | 1 + src/i18n/langs/en.json | 1 + src/views/tickets/components/Session.vue | 6 ++++++ 3 files changed, 8 insertions(+) diff --git a/src/i18n/langs/cn.json b/src/i18n/langs/cn.json index 758ab6071..2b19dc179 100644 --- a/src/i18n/langs/cn.json +++ b/src/i18n/langs/cn.json @@ -790,6 +790,7 @@ "accountName": "账户名称", "active": "激活中", "alive": "在线", + "noAlive": "离线", "asset": "资产", "target": "目标", "bucket": "桶名称", diff --git a/src/i18n/langs/en.json b/src/i18n/langs/en.json index 4ce42560b..c6be5a961 100644 --- a/src/i18n/langs/en.json +++ b/src/i18n/langs/en.json @@ -771,6 +771,7 @@ "accountName": "Account name", "active": "active", "alive": "alive", + "noAlive": "no alive", "asset": "Asset", "target": "Target", "bucket": "Bucket", diff --git a/src/views/tickets/components/Session.vue b/src/views/tickets/components/Session.vue index 2d3119672..7708d588e 100644 --- a/src/views/tickets/components/Session.vue +++ b/src/views/tickets/components/Session.vue @@ -6,6 +6,12 @@