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