| | |
| | | value: 2, |
| | | } |
| | | ] |
| | | var educationS = [ |
| | | { |
| | | label: '高中及以上', |
| | | value: "高中及以上" |
| | | }, { |
| | | label: '大专及以上', |
| | | value: "大专及以上" |
| | | } |
| | | // { |
| | | // label: '初中及以下', |
| | | // value: "初中及以下", |
| | | // }, { |
| | | // label: '高中/中技/中专', |
| | | // value: '高中/中技/中专', |
| | | // }, |
| | | // { |
| | | // label: '大专', |
| | | // value: '大专', |
| | | // }, { |
| | | // label: '本科', |
| | | // value: '本科', |
| | | // }, { |
| | | // label: '硕士', |
| | | // value: '硕士', |
| | | // }, { |
| | | // label: '博士', |
| | | // value: '博士', |
| | | // }, { |
| | | // label: '不限', |
| | | // value: '不限', |
| | | // } |
| | | ] |
| | | |
| | | |
| | | export var column = [ |
| | | { |
| | |
| | | }, |
| | | { |
| | | label: "学历要求", |
| | | // prop: 'education', |
| | | // filter: false, |
| | | // type: 'tree', |
| | | // search: true, |
| | | // searchSpan: 5, |
| | | // dicData: educationS |
| | | // prop: "education", |
| | | // // search: true, |
| | | // // searchSpan: 4, |
| | | // props: { |
| | | // label: 'educationType', |
| | | // value: 1 |
| | | // } |
| | | prop: "education", |
| | | addDisplay: true, |
| | | editDisplay: true, |
| | |
| | | }, |
| | | search: true, |
| | | type: "select", |
| | | rules: [{ |
| | | required: true, |
| | | message: "请选择学历", |
| | | trigger: "blur" |
| | | }], |
| | | // rules: [{ |
| | | // required: true, |
| | | // message: "请选择学历", |
| | | // trigger: "blur" |
| | | // }], |
| | | }, |
| | | { |
| | | label: "工作经验", |
| | | prop: "experience", |
| | | search: true, |
| | | addDisplay: true, |
| | | editDisplay: true, |
| | | viewDisplay: true, |
| | | searchSpan: 4, |
| | | dicUrl: "/api/blade-system/dict-biz/dictionary?code=experienceType", |
| | | props: { |
| | | label: "dictValue", |
| | | value: "dictKey" |
| | | }, |
| | | search: true, |
| | | type: "select", |
| | | // rules: [{ |
| | | // required: true, |
| | | // message: "请选择工作经验", |
| | | // trigger: "blur" |
| | | // }], |
| | | }, |
| | | { |
| | | label: "工作任务", |
| | |
| | | searchSpan: 4, |
| | | }, |
| | | { |
| | | label: "单位性质", |
| | | prop: "unitsNature", |
| | | addDisplay: true, |
| | | editDisplay: true, |
| | | viewDisplay: true, |
| | | searchSpan: 4, |
| | | dicUrl: "/api/blade-system/dict-biz/dictionary?code=unitsNatureType", |
| | | props: { |
| | | label: "dictValue", |
| | | value: "dictKey" |
| | | }, |
| | | // search: true, |
| | | type: "select", |
| | | // rules: [{ |
| | | // required: false, |
| | | // message: "请选择单位规模", |
| | | // trigger: "blur" |
| | | // }], |
| | | }, |
| | | { |
| | | label: "单位规模", |
| | | prop: "unitsScale", |
| | | addDisplay: true, |
| | | editDisplay: true, |
| | | viewDisplay: true, |
| | | searchSpan: 4, |
| | | dicUrl: "/api/blade-system/dict-biz/dictionary?code=unitsScaleType", |
| | | props: { |
| | | label: "dictValue", |
| | | value: "dictKey" |
| | | }, |
| | | // search: true, |
| | | type: "select", |
| | | // rules: [{ |
| | | // required: true, |
| | | // message: "请选择单位规模", |
| | | // trigger: "blur" |
| | | // }], |
| | | }, |
| | | { |
| | | label: "联系人", |
| | |
| | | prop: 'status', |
| | | filter: false, |
| | | type: 'tree', |
| | | dicData: DIC |
| | | dicData: DIC, |
| | | // rules: [{ |
| | | // required: true, |
| | | // message: "请选择单位规模", |
| | | // trigger: "blur" |
| | | // }], |
| | | }, |
| | | ] |
| | | |