From 1e2b641e2ca672e46b0a6f47dbbabe948b67d68c 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=E5=AF=86=E7=A0=81=E9=95=BF=E5=BA=A6=E9=99=90=E5=88=B6?= =?UTF-8?q?=E8=B0=83=E6=95=B4=20#7031=20#=20Reviewed,=20transaction=20id:?= =?UTF-8?q?=2021858?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../policy/components/Content.vue | 75 +++++++++---------- 1 file changed, 37 insertions(+), 38 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 bb80fb4828..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 @@ -19,24 +19,22 @@ :label-width="260" :model="formData" :rules="rules"> - + {{ t('至') }} - {{ t('开启后,不允许超过 x 位连续字符,如出现以下示例密码将无法通过检测', { x: defaultConfig.repeats }) }} + {{ t('开启后,不允许超过 x 位连续字符,如出现以下示例密码将无法通过检测', { x: formData.repeats }) }}
    @@ -121,14 +119,14 @@ class="mr-8" :loading="isSubmitting" theme="primary" - @click="handleSubmit()"> + @click="handleSubmit"> {{ t('保存') }} - + {{ t('重置') }} @@ -138,7 +136,6 @@