lifanagju_citu 8 miesięcy temu
rodzic
commit
a5e86365a8
1 zmienionych plików z 5 dodań i 5 usunięć
  1. 5 5
      src/views/recruit/entRegister/register.vue

+ 5 - 5
src/views/recruit/entRegister/register.vue

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