flat: 暂存

This commit is contained in:
Apcallover
2024-05-05 17:29:22 +08:00
parent 248a28d822
commit 484e36631e
9 changed files with 270 additions and 14 deletions

View File

@@ -742,8 +742,14 @@ export default {
span: 12,
},
{
label: "企业性质",
prop: "jobCompanyNature",
label: "企业性质",
type: 'select',
dicUrl: "/api/jobslink-api/system/dict/dictionary?code=company_nature",
props: {
label: "dictKey",
value: "dictValue",
},
rules: [
{
required: true,