From 2c0c2e8111073deb412045614d0f5083e3f0844d Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Fri, 20 Dec 2024 11:03:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=B9=E8=AE=AD=E6=96=87=E4=BB=B6=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=88=9B=E5=BB=BA=E6=97=B6=E9=97=B4=EF=BC=8C=E4=B8=8D?= =?UTF-8?q?=E5=B1=95=E7=A4=BA=E6=9B=B4=E6=96=B0=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/SignatureTemplate/index.vue | 4 +- src/views/login/index.vue | 1 - .../trials-panel/setting/attachment/index.vue | 165 ++++++++++++------ 3 files changed, 114 insertions(+), 56 deletions(-) diff --git a/src/views/dictionary/attachment/components/SignatureTemplate/index.vue b/src/views/dictionary/attachment/components/SignatureTemplate/index.vue index c98c3435..66c2b629 100644 --- a/src/views/dictionary/attachment/components/SignatureTemplate/index.vue +++ b/src/views/dictionary/attachment/components/SignatureTemplate/index.vue @@ -104,8 +104,8 @@ diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 468f4b66..95879c6f 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -456,7 +456,6 @@ export default { }, // 输入框输入事件 setPassword(val) { - console.log(val) if (this.isShowPassword) { this.loginForm.password = val } else { diff --git a/src/views/trials/trials-panel/setting/attachment/index.vue b/src/views/trials/trials-panel/setting/attachment/index.vue index ba88606c..2afacd59 100644 --- a/src/views/trials/trials-panel/setting/attachment/index.vue +++ b/src/views/trials/trials-panel/setting/attachment/index.vue @@ -1,5 +1,5 @@