| | |
| | | message: '请填写身份证号', |
| | | trigger: 'blur', |
| | | }, |
| | | { |
| | | min: 18, |
| | | max: 18, |
| | | message: '请填写18位身份证号', |
| | | trigger: 'blur', |
| | | }, |
| | | ] |
| | | }, |
| | | { |
| | |
| | | type: 'select', |
| | | prop: 'educationBackground', |
| | | overHidden: true, |
| | | dicData: [ |
| | | { |
| | | label: '研究生以以上', |
| | | value: '研究生以以上' |
| | | }, |
| | | { |
| | | label: '本科', |
| | | value: '本科' |
| | | }, |
| | | { |
| | | label: '专科', |
| | | value: '专科' |
| | | }, |
| | | { |
| | | label: '高中', |
| | | value: '高中' |
| | | }, |
| | | { |
| | | label: '初中', |
| | | value: '初中' |
| | | }, |
| | | { |
| | | label: '小学', |
| | | value: '小学' |
| | | }, |
| | | ], |
| | | dicUrl: '/blade-system/dict/dictionary?code=education_background', |
| | | props: { |
| | | label: 'dictValue', |
| | | value: 'dictKey', |
| | | }, |
| | | rules: [ |
| | | { |
| | | required: true, |