flat: 全职和零工的的岗位页面,选择企业名称改为手动输入

This commit is contained in:
史典卓
2025-06-23 15:48:10 +08:00
parent 1b8eb2291d
commit ec51dfbb3a
9 changed files with 151 additions and 127 deletions

View File

@@ -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",