|
|
|
@ -102,32 +102,32 @@ export default { |
|
|
|
detail: {}, |
|
|
|
countryList: [], |
|
|
|
form: { |
|
|
|
realname: "", |
|
|
|
birthday: "", |
|
|
|
type: "2", |
|
|
|
id_card: "", |
|
|
|
address: "", |
|
|
|
city: "", |
|
|
|
postal_code: "", |
|
|
|
country_id: "", |
|
|
|
country_code: "", |
|
|
|
phone: "", |
|
|
|
realname: "", |
|
|
|
birthday: "", |
|
|
|
type: "2", |
|
|
|
id_card: "", |
|
|
|
address: "", |
|
|
|
city: "", |
|
|
|
postal_code: "", |
|
|
|
country_id: "", |
|
|
|
country_code: "", |
|
|
|
phone: "", |
|
|
|
}, |
|
|
|
single: "2023-06-3", |
|
|
|
typeList: [ |
|
|
|
{ |
|
|
|
label: this.$t('auth.d2'), |
|
|
|
value: 1, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: this.$t('auth.d3'), |
|
|
|
value: 2, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: this.$t('auth.d4'), |
|
|
|
value: 3, |
|
|
|
}, |
|
|
|
] |
|
|
|
single: "2023-06-3", |
|
|
|
typeList: [ |
|
|
|
{ |
|
|
|
label: this.$t('auth.d2'), |
|
|
|
value: 1, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: this.$t('auth.d3'), |
|
|
|
value: 2, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: this.$t('auth.d4'), |
|
|
|
value: 3, |
|
|
|
}, |
|
|
|
] |
|
|
|
}; |
|
|
|
}, |
|
|
|
computed: { |
|
|
|
|