fix: 完善页面邮箱地址校验规则

Closes https://github.com/jumpserver/trello/issues/933
This commit is contained in:
Orange
2021-04-01 19:33:53 +08:00
committed by 老广
parent 191900381a
commit 30c1284a41
5 changed files with 36 additions and 1 deletions

View File

@@ -42,6 +42,12 @@ export default {
return this.$route.params.id
}
},
email: {
rules: [
rules.EmailCheck,
rules.Required
]
},
update_password: {
label: this.$t('users.UpdatePassword'),
type: 'checkbox',