From 763e278523dda9bc75c3dd5afe39c25add0b96c2 Mon Sep 17 00:00:00 2001 From: chenwenchang <479999519@qq.com> Date: Thu, 24 Oct 2024 16:31:09 +0800 Subject: [PATCH] =?UTF-8?q?feat(frontend):=20=E5=AF=86=E7=A0=81=E8=A7=84?= =?UTF-8?q?=E5=88=99=E8=A1=A8=E5=8D=95=E6=8F=90=E4=BA=A4=E9=80=BB=E8=BE=91?= =?UTF-8?q?=E8=B0=83=E6=95=B4=20#7031=20#=20Reviewed,=20transaction=20id:?= =?UTF-8?q?=2021843?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../policy/components/Content.vue | 58 ++++++++++--------- 1 file changed, 31 insertions(+), 27 deletions(-) diff --git a/dbm-ui/frontend/src/views/password-manage/policy/components/Content.vue b/dbm-ui/frontend/src/views/password-manage/policy/components/Content.vue index e39b632de8..8a78b17456 100644 --- a/dbm-ui/frontend/src/views/password-manage/policy/components/Content.vue +++ b/dbm-ui/frontend/src/views/password-manage/policy/components/Content.vue @@ -119,14 +119,14 @@ class="mr-8" :loading="isSubmitting" theme="primary" - @click="handleSubmit()"> + @click="handleSubmit"> {{ t('保存') }} - + {{ t('重置') }} @@ -136,7 +136,6 @@