From eb996791ef698ec62f509869f624cd5f765812fc Mon Sep 17 00:00:00 2001 From: sa0ChunLuyu Date: Wed, 16 Aug 2023 16:50:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=20tag=20=E7=9A=84=20?= =?UTF-8?q?=E5=B1=95=E5=BC=80=E5=8A=A8=E7=94=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/src/components/Header.vue | 12 ++++----- admin/src/pages/admin/auth.vue | 10 ++++---- admin/src/pages/admin/list.vue | 34 ++++++++++++------------- admin/src/pages/config/config.vue | 22 ++++++++-------- admin/src/pages/config/log.vue | 42 +++++++++++++++---------------- admin/src/pages/config/router.vue | 30 +++++++++++----------- admin/src/pages/config/upload.vue | 8 +++--- 7 files changed, 79 insertions(+), 79 deletions(-) diff --git a/admin/src/components/Header.vue b/admin/src/components/Header.vue index 49ae10a..9cae65f 100644 --- a/admin/src/components/Header.vue +++ b/admin/src/components/Header.vue @@ -167,7 +167,7 @@ const updateSelfShowClose = () => {
- 头像 + 头像
@@ -179,7 +179,7 @@ const updateSelfShowClose = () => {
- 昵称 + 昵称
{
- 旧密码 + 旧密码
{
- 新密码 + 新密码
{
- 确认密码 + 确认密码
{
- 验证码 + 验证码
{
- 名称 + 名称
{
- 备注 + 备注
{
- 状态 + 状态
@@ -201,7 +201,7 @@ onMounted(() => {
- 权限 + 权限
刷新 @@ -256,7 +256,7 @@ onMounted(() => { diff --git a/admin/src/pages/admin/list.vue b/admin/src/pages/admin/list.vue index 0fdc8e3..07cae38 100644 --- a/admin/src/pages/admin/list.vue +++ b/admin/src/pages/admin/list.vue @@ -126,7 +126,7 @@ const editDoneClick = async () => { copy_show.value = true } else { window.$message().success('修改成功') - const index = admin_auth_group.value.findIndex(item => item.id === data.id) + const index = admin_list.value.findIndex(item => item.id === data.id) admin_list.value.splice(index, 1, response.data.info) } edit_data.value = JSON.parse(JSON.stringify(default_data)) @@ -200,13 +200,13 @@ ${copy_data.value.initial_password === 1 ? '请务必' : '建议'}在登录后
- 账号 + 账号
{{ copy_data.account }}
- 密码 + 密码
{{ copy_data.password }}
@@ -226,7 +226,7 @@ ${copy_data.value.initial_password === 1 ? '请务必' : '建议'}在登录后
- 账号 + 账号
- 昵称 + 昵称
- 头像 + 头像
@@ -255,7 +255,7 @@ ${copy_data.value.initial_password === 1 ? '请务必' : '建议'}在登录后
- 权限组 + 权限组
- 密码 + 密码
- 下次登录修改密码 + 下次登录修改密码
- 状态 + 状态
@@ -317,14 +317,14 @@ ${copy_data.value.initial_password === 1 ? '请务必' : '建议'}在登录后
- 昵称 + 昵称
- 权限组 + 权限组
- 状态 + 状态
- 密码 + 密码