GuLiMmo
2023-12-29 0cae04d2058815c28f0f23beee402813264f05dd
员工信息修改
1 files modified
37 ■■■■ changed files
src/option/employee/list.js 37 ●●●● patch | view | raw | blame | history
src/option/employee/list.js
@@ -144,6 +144,12 @@
                            message: '请填写身份证号',
                            trigger: 'blur',
                        },
                        {
                            min: 18,
                            max: 18,
                            message: '请填写18位身份证号',
                            trigger: 'blur',
                        },
                    ]
                },
                {
@@ -151,32 +157,11 @@
                    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,