From 74df2dc164dacc32dbddc31b0f55e346eab799ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Chuailei000=E2=80=9D?= <2280131253@qq.com> Date: Thu, 20 Apr 2023 15:10:00 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E6=96=87=E4=BB=B6=E5=8A=A0=E5=AF=86?= =?UTF-8?q?=E8=A1=A8=E5=8D=95=E6=98=BE=E7=A4=BA=E6=96=87=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/FormFields/TextReadonly.vue | 36 +++++++++++++++++++ src/i18n/langs/en.json | 2 ++ src/i18n/langs/ja.json | 2 ++ src/i18n/langs/zh.json | 2 ++ .../profile/ProfileUpdate/SecretKeyUpdate.vue | 9 +++-- 5 files changed, 49 insertions(+), 2 deletions(-) create mode 100644 src/components/FormFields/TextReadonly.vue diff --git a/src/components/FormFields/TextReadonly.vue b/src/components/FormFields/TextReadonly.vue new file mode 100644 index 000000000..75daefc53 --- /dev/null +++ b/src/components/FormFields/TextReadonly.vue @@ -0,0 +1,36 @@ + + + + + diff --git a/src/i18n/langs/en.json b/src/i18n/langs/en.json index f830583cb..2ff6005c1 100644 --- a/src/i18n/langs/en.json +++ b/src/i18n/langs/en.json @@ -1720,7 +1720,9 @@ "UpdateNodeAssetHardwareInfo": "Update node asset hardware information" }, "users": { + "SetStatus": "Set status", "Set": "Set", + "NotSet": "Not set", "Login": "Users login", "InviteSuccess": "Invite success", "inputPhone": "Please enter your mobile phone number", diff --git a/src/i18n/langs/ja.json b/src/i18n/langs/ja.json index fc9890b59..b5179066a 100644 --- a/src/i18n/langs/ja.json +++ b/src/i18n/langs/ja.json @@ -1712,7 +1712,9 @@ "UpdateNodeAssetHardwareInfo": "ノード資産ハードウェア情報の更新" }, "users": { + "SetStatus": "ステータスの設定", "Set": "設定", + "NotSet": "未設定", "Login": "ユーザー登録", "InviteSuccess": "成功招待", "inputPhone": "携帯電話の番号をお願いします", diff --git a/src/i18n/langs/zh.json b/src/i18n/langs/zh.json index 28183aaed..a23684bf6 100644 --- a/src/i18n/langs/zh.json +++ b/src/i18n/langs/zh.json @@ -1708,7 +1708,9 @@ "UpdateNodeAssetHardwareInfo": "更新节点资产硬件信息" }, "users": { + "SetStatus": "设置状态", "Set": "已设置", + "NotSet": "未设置", "Login": "用户登录", "InviteSuccess": "邀请成功", "inputPhone": "请输入手机号码", diff --git a/src/views/profile/ProfileUpdate/SecretKeyUpdate.vue b/src/views/profile/ProfileUpdate/SecretKeyUpdate.vue index 382cddf8e..81188bc37 100644 --- a/src/views/profile/ProfileUpdate/SecretKeyUpdate.vue +++ b/src/views/profile/ProfileUpdate/SecretKeyUpdate.vue @@ -15,6 +15,7 @@