flat: 添加期望薪资等等
This commit is contained in:
@@ -137,6 +137,9 @@ let leftUserOptions = {
|
||||
}, {
|
||||
label: '手机号',
|
||||
prop: 'telphone',
|
||||
}, {
|
||||
label: "求职意愿",
|
||||
prop: "willingJob",
|
||||
}, {
|
||||
label: "民族",
|
||||
prop: "aac005",
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -402,6 +402,22 @@ export default {
|
||||
],
|
||||
span: 24,
|
||||
},
|
||||
{
|
||||
label: "求职意愿",
|
||||
prop: "willingJob",
|
||||
span: 24,
|
||||
rules: [
|
||||
{required: true, message: "请输入求职意愿", trigger: "blur"},
|
||||
],
|
||||
},
|
||||
{
|
||||
label: "期望薪资",
|
||||
prop: "wage",
|
||||
span: 24,
|
||||
rules: [
|
||||
{required: true, message: "请输入期望薪资", trigger: "blur"},
|
||||
],
|
||||
},
|
||||
// {
|
||||
// label: "经办时间",
|
||||
// prop: "aae036",
|
||||
|
||||
Reference in New Issue
Block a user