flat: 修改全职岗位问题
This commit is contained in:
@@ -130,7 +130,7 @@
|
||||
<div class="tradeId">
|
||||
<el-autocomplete
|
||||
popper-class="my-autocomplete"
|
||||
v-model="employerInfor.jobCompanyIndustry"
|
||||
v-model="obj.tradeNames"
|
||||
placeholder="请选择行业类型"
|
||||
@select="handleSelect"
|
||||
disabled="true"
|
||||
@@ -569,22 +569,22 @@ export default {
|
||||
prop: "jobDescription",
|
||||
type: "textarea",
|
||||
rules: [
|
||||
// {
|
||||
// required: true,
|
||||
// whitespace: true,
|
||||
// message: "请输入岗位描述",
|
||||
// trigger: "blur",
|
||||
// },
|
||||
{
|
||||
required: true,
|
||||
whitespace: true,
|
||||
message: "请输入岗位描述",
|
||||
trigger: "blur",
|
||||
},
|
||||
{
|
||||
min: 30,
|
||||
max: 200,
|
||||
message: "长度在 30 到 200 个字",
|
||||
min: 0,
|
||||
max: 500,
|
||||
message: "长度在 0 到 500 个字",
|
||||
trigger: "blur",
|
||||
},
|
||||
],
|
||||
placeholder: "请输入岗位描述,字数30-200字以内",
|
||||
placeholder: "请输入岗位描述,字数0-500字以内",
|
||||
span: 24,
|
||||
maxlength: 200,
|
||||
maxlength: 500,
|
||||
showWordLimit: true,
|
||||
},
|
||||
],
|
||||
@@ -1127,7 +1127,8 @@ export default {
|
||||
education: 7,
|
||||
experienceDesc: "不限经验",
|
||||
userNature: "灵活用工",
|
||||
tradeId: row.tradeId
|
||||
tradeId: row.tradeId,
|
||||
tradeNames: row.jobCompanyIndustry,
|
||||
};
|
||||
this.selectedSkills = [];
|
||||
this.drawer = true;
|
||||
|
||||
Reference in New Issue
Block a user