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 @@