Browse Source

删除身份证号码

Xiao_123 1 month ago
parent
commit
4932b54b3a

+ 0 - 20
src/plugins/dialogExtend/components/studentInfoForm.vue

@@ -103,26 +103,6 @@ const items = ref({
       items: [],
       change: val => male.value = val
     },
-    // {
-    //   type: 'text',
-    //   key: 'idCardNo',
-    //   value: '',
-    //   label: '身份证号码 *',
-    //   rules: [
-    //     value => {
-    //       if (!value) {
-    //         return '请输入您的身份证号码'
-    //       }
-    //       return true
-    //     },
-    //     value => {
-    //       if (!isValidIdCard18(value)) {
-    //         return '请输入正确的身份证号码'
-    //       }
-    //       return true
-    //     }
-    //   ]
-    // },
     {
       type: 'phoneNumber',
       key: 'phone',

+ 0 - 20
src/views/recruit/personal/PersonalCenter/student/information/index.vue

@@ -104,26 +104,6 @@ const items = ref({
       outlined: true,
       rules: [v => !!v || '请填写学号']
     },
-    // {
-    //   type: 'text',
-    //   key: 'idCardNo',
-    //   value: '',
-    //   label: '身份证号码 *',
-    //   rules: [
-    //     value => {
-    //       if (!value) {
-    //         return '请输入您的身份证号码'
-    //       }
-    //       return true
-    //     },
-    //     value => {
-    //       if (!isValidIdCard18(value)) {
-    //         return '请输入正确的身份证号码'
-    //       }
-    //       return true
-    //     }
-    //   ]
-    // },
     {
       type: 'text',
       key: 'emergencyContactName',

+ 0 - 20
src/views/recruit/personal/PersonalCenter/studentInformation/index.vue

@@ -80,26 +80,6 @@ const items = ref({
       outlined: true,
       rules: [v => !!v || '请填写学号']
     },
-    // {
-    //   type: 'text',
-    //   key: 'idCardNo',
-    //   value: '',
-    //   label: '身份证号码 *',
-    //   rules: [
-    //     value => {
-    //       if (!value) {
-    //         return '请输入您的身份证号码'
-    //       }
-    //       return true
-    //     },
-    //     value => {
-    //       if (!isValidIdCard18(value)) {
-    //         return '请输入正确的身份证号码'
-    //       }
-    //       return true
-    //     }
-    //   ]
-    // },
     {
       type: 'text',
       key: 'emergencyContactName',