flat:12312
This commit is contained in:
@@ -426,24 +426,24 @@ export default {
|
||||
],
|
||||
span: 12,
|
||||
},
|
||||
{
|
||||
label: "行业类型",
|
||||
prop: "tradeId",
|
||||
type: "select",
|
||||
dicData: this.tradeData,
|
||||
props: {
|
||||
label: "name",
|
||||
value: "id",
|
||||
},
|
||||
rules: [
|
||||
{
|
||||
required: true,
|
||||
// validator: tradeId,
|
||||
trigger: "blur",
|
||||
},
|
||||
],
|
||||
span: 12,
|
||||
},
|
||||
// {
|
||||
// label: "行业类型",
|
||||
// prop: "tradeId",
|
||||
// type: "select",
|
||||
// dicData: this.tradeData,
|
||||
// props: {
|
||||
// label: "name",
|
||||
// value: "id",
|
||||
// },
|
||||
// rules: [
|
||||
// {
|
||||
// required: true,
|
||||
// // validator: tradeId,
|
||||
// trigger: "blur",
|
||||
// },
|
||||
// ],
|
||||
// span: 12,
|
||||
// },
|
||||
{
|
||||
label: "工种",
|
||||
prop: "workSkills",
|
||||
@@ -640,6 +640,12 @@ export default {
|
||||
trigger: "blur",
|
||||
},
|
||||
],
|
||||
type: "select",
|
||||
dicData: this.tradeData,
|
||||
props: {
|
||||
label: "name",
|
||||
value: "id",
|
||||
},
|
||||
span: 12,
|
||||
},
|
||||
{
|
||||
@@ -1047,6 +1053,7 @@ export default {
|
||||
ageDesc: row.ageDesc,
|
||||
education: row.education,
|
||||
experienceDesc: row.experienceDesc,
|
||||
missionCompanyIndustry: row.missionCompanyIndustry,
|
||||
missionCompanyDescription: row.missionCompanyDescription,
|
||||
callName: row.callName,
|
||||
callTel: row.callTel,
|
||||
|
||||
Reference in New Issue
Block a user