From b76c4323860d3c976bfea67f3e6a297ce1305638 Mon Sep 17 00:00:00 2001 From: Cindy Chang Date: Wed, 28 Aug 2024 15:52:12 +0800 Subject: [PATCH] WIP my account page --- src/i18n/en.json | 4 +- .../ModalAccountEditCreate.vue | 3 +- src/views/AccountManagement/MyAccount.vue | 147 +++++++++++++++++- 3 files changed, 148 insertions(+), 6 deletions(-) diff --git a/src/i18n/en.json b/src/i18n/en.json index 68cb6f6..325a9b7 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -9,7 +9,9 @@ "Cancel": "Cancel", "Clear": "Clear", "Save": "Save", - "Confirm": "Confirm" + "Confirm": "Confirm", + "Edit": "Edit", + "Reset": "Reset" }, "Map":{ "FileName": "File Name", diff --git a/src/views/AccountManagement/ModalAccountEditCreate.vue b/src/views/AccountManagement/ModalAccountEditCreate.vue index 34e0ad8..f429c64 100644 --- a/src/views/AccountManagement/ModalAccountEditCreate.vue +++ b/src/views/AccountManagement/ModalAccountEditCreate.vue @@ -30,8 +30,7 @@ {{ i18next.t("AcctMgmt.AccountNotUnique") }} - - +
+ +
+

+ {{ i18next.t("AcctMgmt.UserInfo") }} +

+
+
+ + {{ i18next.t("AcctMgmt.Account") }} + +
+ +
+
+
+ + {{ i18next.t("AcctMgmt.FullName") }} + +
+ + + {{ name }} + + + +
+
+
+ + {{ i18next.t("AcctMgmt.Password") }} + +
+
+
+ +
+ + + eye +
+
+ ! + + {{ isPwdLengthValid ? "" : i18next.t("AcctMgmt.PwdLengthNotEnough") }} + +
+
+
+ + +
+
+ +
+