From c186dd055e6926321811fff73e597d0051413736 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Tue, 3 Sep 2024 17:44:47 +0800 Subject: [PATCH] =?UTF-8?q?style(=E7=B3=BB=E7=BB=9F=E8=AE=BE=E7=BD=AE):=20?= =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E8=AE=BE=E7=BD=AE=E6=8C=89=E9=92=AE=E4=B9=8B?= =?UTF-8?q?=E9=97=B4=E9=97=B4=E8=B7=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/system/common/InfoTemplate.vue | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/core/core-frontend/src/views/system/common/InfoTemplate.vue b/core/core-frontend/src/views/system/common/InfoTemplate.vue index 314cc19a31..fad23caa08 100644 --- a/core/core-frontend/src/views/system/common/InfoTemplate.vue +++ b/core/core-frontend/src/views/system/common/InfoTemplate.vue @@ -27,7 +27,9 @@
- {{ pwdItem[item.pkey]['hidden'] ? '********' : item.pval }} + {{ + pwdItem[item.pkey]['hidden'] ? '********' : item.pval + }}