mirror of
https://github.com/jumpserver/lina.git
synced 2025-10-21 23:59:22 +00:00
feat: 手机号码支持选择区号
This commit is contained in:
committed by
Jiangjie.Bai
parent
b658e37fcb
commit
de5ff58d18
@@ -4,7 +4,7 @@
|
||||
|
||||
<script>
|
||||
import { GenericCreateUpdatePage } from '@/layout/components'
|
||||
import UserPassword from '@/components/FormFields/UserPassword'
|
||||
import { UserPassword, PhoneInput } from '@/components/FormFields'
|
||||
import rules from '@/components/DataForm/rules'
|
||||
import { mapGetters } from 'vuex'
|
||||
|
||||
@@ -151,6 +151,9 @@ export default {
|
||||
},
|
||||
value: []
|
||||
}
|
||||
},
|
||||
phone: {
|
||||
component: PhoneInput
|
||||
}
|
||||
},
|
||||
submitMethod() {
|
||||
|
Reference in New Issue
Block a user