This commit is contained in:
zxy
2024-02-17 16:14:29 +08:00
32 changed files with 45 additions and 9405 deletions

View File

@@ -297,40 +297,6 @@ export default {
slot: true,
width:110
},
{
label: "最新保期",
prop: "period",
searchSpan: 5,
display: false,
slot:true,
width:190
},
{
label: "商保状态",
prop: "serviceStatus",
searchSpan: 5,
display: false,
type: 'select',
dicData: [
{
label: '未生效',
value: 0
},
{
label: '生效中',
value: 1
},
{
label: '即将失效',
value: 2
},
{
label: '已失效',
value: 3
},
],
slot:true,
},
{
label: "工种",
prop: "workTypes",

View File

@@ -194,22 +194,22 @@ export default {
width:150,
slot: true
},
{
label: "工种",
type: "tree",
prop: "worktypes",
multiple: true,
dicUrl: `/api/jobslink-api/tenant/worktypes/base/list`,
dicFormatter: (res) => {
return res.data; //返回字典的层级结构
},
props: {
label: "name",
value: "name",
},
search: true,
span: 24,
},
// {
// label: "工种",
// type: "tree",
// prop: "worktypes",
// multiple: true,
// dicUrl: `/api/jobslink-api/tenant/worktypes/base/list`,
// dicFormatter: (res) => {
// return res.data; //返回字典的层级结构
// },
// props: {
// label: "name",
// value: "name",
// },
// search: true,
// span: 24,
// },
{
label: "人才库",
prop: "groupId",