flat: 全职和零工的的岗位页面,选择企业名称改为手动输入
This commit is contained in:
@@ -763,13 +763,13 @@ export default {
|
||||
trigger: "blur",
|
||||
},
|
||||
],
|
||||
formslot: true,
|
||||
// formslot: true,
|
||||
span: 12,
|
||||
},
|
||||
{
|
||||
label: "单位信用代码",
|
||||
prop: "jobCompanyScale",
|
||||
disabled: true,
|
||||
// disabled: true,
|
||||
// rules: [
|
||||
// {
|
||||
// required: true,
|
||||
@@ -782,7 +782,7 @@ export default {
|
||||
{
|
||||
label: "所属行业",
|
||||
prop: "jobCompanyIndustry",
|
||||
disabled: true,
|
||||
// disabled: true,
|
||||
// rules: [
|
||||
// {
|
||||
// required: true,
|
||||
@@ -790,13 +790,19 @@ export default {
|
||||
// trigger: "blur",
|
||||
// },
|
||||
// ],
|
||||
type: "select",
|
||||
dicData: this.tradeData,
|
||||
props: {
|
||||
label: "name",
|
||||
value: "name",
|
||||
},
|
||||
span: 12,
|
||||
},
|
||||
{
|
||||
prop: "jobCompanyNature",
|
||||
label: "单位性质",
|
||||
type: 'select',
|
||||
disabled: true,
|
||||
// disabled: true,
|
||||
dicUrl: "/api/jobslink-api/system/dict-biz/dictionary?code=company_nature",
|
||||
props: {
|
||||
label: "dictValue",
|
||||
|
||||
Reference in New Issue
Block a user