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") }} - - +
+

{{ name }} @@ -15,20 +15,115 @@ times.

+
+

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

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