From f8df4d7e8f28966ad2e2552dd59be34f215f2ea5 Mon Sep 17 00:00:00 2001 From: xuyuxiang Date: Wed, 17 Sep 2025 23:22:57 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BC=98=E5=8C=96=E3=80=91=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E5=89=A9=E4=BD=99=E9=A1=B5=E9=9D=A2=E5=9C=A8=E5=B0=8F?= =?UTF-8?q?=E5=B1=8F=E5=B9=95=E4=B8=8B=E7=9A=84=E5=B1=95=E7=A4=BA=E6=95=88?= =?UTF-8?q?=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../HomeCard/SysBizDataCard/index.vue | 8 +- .../HomeCard/SysOpDataCard/index.vue | 10 +- .../HomeCard/SysUserInfoCard/index.vue | 2 +- .../src/components/XnSignName/index.vue | 73 +++--- .../src/layout/components/setting.vue | 121 +++++---- snowy-admin-web/src/locales/lang/zh-cn.js | 4 +- snowy-admin-web/src/views/biz/dict/index.vue | 7 +- snowy-admin-web/src/views/biz/index/index.vue | 28 ++- .../src/views/biz/notice/detail.vue | 2 +- snowy-admin-web/src/views/biz/notice/form.vue | 14 +- snowy-admin-web/src/views/biz/org/index.vue | 4 +- .../src/views/biz/position/index.vue | 4 +- snowy-admin-web/src/views/biz/user/form.vue | 195 +++++++-------- snowy-admin-web/src/views/biz/user/index.vue | 42 ++-- .../views/dev/email/send/aliyunEmailSend.vue | 1 - .../views/dev/email/send/localEmailSend.vue | 1 - .../views/dev/email/send/tencentEmailSend.vue | 1 - snowy-admin-web/src/views/index/index.vue | 33 ++- .../sys/role/grantMobileResourceForm.vue | 3 +- .../views/sys/role/grantPermissionForm.vue | 2 + .../src/views/sys/role/grantResourceForm.vue | 3 +- snowy-admin-web/src/views/sys/user/form.vue | 231 ++++++++---------- .../views/sys/user/grantPermissionForm.vue | 2 + .../src/views/sys/user/grantResourceForm.vue | 3 +- .../sys/user/userTab/bindForm/bindOtp.vue | 12 +- .../views/sys/user/userTab/userMessage.vue | 7 +- .../src/main/resources/frontend/form.vue.btl | 2 +- .../src/main/resources/frontend/index.vue.btl | 42 ++-- 28 files changed, 424 insertions(+), 433 deletions(-) diff --git a/snowy-admin-web/src/components/HomeCard/SysBizDataCard/index.vue b/snowy-admin-web/src/components/HomeCard/SysBizDataCard/index.vue index 7f0ec68d..7466336f 100644 --- a/snowy-admin-web/src/components/HomeCard/SysBizDataCard/index.vue +++ b/snowy-admin-web/src/components/HomeCard/SysBizDataCard/index.vue @@ -1,7 +1,7 @@