From 522a3ea6c1529ab4177201f2de9115a7cada4ec7 Mon Sep 17 00:00:00 2001
From: toesbieya <1647775459@qq.com>
Date: Sun, 24 May 2020 20:06:33 +0800
Subject: [PATCH] =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E4=B8=AD=E5=BF=83=E9=A1=B5?=
=?UTF-8?q?=E5=B8=83=E5=B1=80=E6=94=B9=E5=8A=A8=20=E4=BF=AE=E5=A4=8DPopupM?=
=?UTF-8?q?anager=E5=BC=95=E7=94=A8=E8=B7=AF=E5=BE=84=E9=94=99=E8=AF=AF?=
=?UTF-8?q?=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
vue/src/bizComponents/DialogForm/index.vue | 2 +-
vue/src/components/Message/index.js | 4 +-
vue/src/components/PuzzleVerify/index.js | 2 +-
.../views/userCenter/components/Account.vue | 51 ++++++----
.../views/userCenter/components/Avatar.vue | 92 +++++++++--------
.../userCenter/components/LoginHistory.vue | 6 +-
.../userCenter/components/UserAction.vue | 2 +-
.../views/userCenter/components/UserCard.vue | 98 +++++++++----------
vue/src/views/userCenter/index.vue | 16 ++-
9 files changed, 144 insertions(+), 129 deletions(-)
diff --git a/vue/src/bizComponents/DialogForm/index.vue b/vue/src/bizComponents/DialogForm/index.vue
index 8be6223..aa3b28e 100644
--- a/vue/src/bizComponents/DialogForm/index.vue
+++ b/vue/src/bizComponents/DialogForm/index.vue
@@ -1,7 +1,7 @@
-
-
-
-
-
-
-
-
- 确认修改
-
-
+
+
+
+
+
+
+
+
+
+
+ 取 消
+ 确 定
+
+
diff --git a/vue/src/views/userCenter/components/LoginHistory.vue b/vue/src/views/userCenter/components/LoginHistory.vue
index 47349e8..a26875a 100644
--- a/vue/src/views/userCenter/components/LoginHistory.vue
+++ b/vue/src/views/userCenter/components/LoginHistory.vue
@@ -11,7 +11,7 @@
-
+
{{getInfo(row.type)}}
@@ -67,9 +67,9 @@
getInfo(type) {
switch (type) {
case 0:
- return '登录'
- case 1:
return '登出'
+ case 1:
+ return '登陆'
}
return null
}
diff --git a/vue/src/views/userCenter/components/UserAction.vue b/vue/src/views/userCenter/components/UserAction.vue
index adf1867..330247d 100644
--- a/vue/src/views/userCenter/components/UserAction.vue
+++ b/vue/src/views/userCenter/components/UserAction.vue
@@ -17,7 +17,7 @@
{{row.error}}
-
+
{{getInfo(row.type)}}
diff --git a/vue/src/views/userCenter/components/UserCard.vue b/vue/src/views/userCenter/components/UserCard.vue
index 2f60422..e393a0b 100644
--- a/vue/src/views/userCenter/components/UserCard.vue
+++ b/vue/src/views/userCenter/components/UserCard.vue
@@ -1,28 +1,37 @@
-
-
-
-
-
{{name}}
-
{{role_name}}
-
-
+
+
-
+
+ - 登录账号
+
{{ name }}
+
+ - 用户角色
+
{{ role_name }}
+
+ - 安全设置
+
+
+
+
+
+