|
@@ -133,7 +133,7 @@ const formItems = ref({
|
|
type: 'text',
|
|
type: 'text',
|
|
key: 'email',
|
|
key: 'email',
|
|
value: '',
|
|
value: '',
|
|
- label: '联系邮箱(可用于企业登录) *',
|
|
|
|
|
|
+ label: '联系邮箱(可用于企业招聘登录) *',
|
|
rules: [
|
|
rules: [
|
|
value => {
|
|
value => {
|
|
if (value) return true
|
|
if (value) return true
|
|
@@ -150,15 +150,15 @@ const formItems = ref({
|
|
type: 'text',
|
|
type: 'text',
|
|
key: 'password',
|
|
key: 'password',
|
|
value: '',
|
|
value: '',
|
|
- label: '设置邮箱登录密码',
|
|
|
|
- placeholder: '若想使用邮箱登录,请设置密码'
|
|
|
|
|
|
+ label: '邮箱登录密码(用于企业招聘邮箱登录)',
|
|
|
|
+ placeholder: '若想使用邮箱登录,请设置邮箱登录密码'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
type: 'text',
|
|
type: 'text',
|
|
key: 'passwordConfirm',
|
|
key: 'passwordConfirm',
|
|
value: '',
|
|
value: '',
|
|
- label: '确认邮箱登录密码',
|
|
|
|
- placeholder: '请输入与上面邮箱登录相同的密码'
|
|
|
|
|
|
+ label: '请再次输入邮箱登录密码',
|
|
|
|
+ placeholder: '请再次输入邮箱登录密码'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
type: 'textarea',
|
|
type: 'textarea',
|