flat: 暂存
This commit is contained in:
@@ -262,10 +262,15 @@ export default {
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "select",
|
||||
label: "用工单位性质",
|
||||
prop: "nature",
|
||||
dicData: companyEnum,
|
||||
type: 'select',
|
||||
dicUrl: "/api/jobslink-api/system/dict/dictionary?code=company_nature",
|
||||
props: {
|
||||
label: "dictKey",
|
||||
value: "dictValue",
|
||||
},
|
||||
// dicData: companyEnum,
|
||||
rules: [
|
||||
{
|
||||
required: true,
|
||||
|
||||
Reference in New Issue
Block a user