flat: 暂存

This commit is contained in:
Apcallover
2024-03-13 19:17:06 +08:00
parent e3d42bcd3b
commit 7dd1f529e2
10 changed files with 20 additions and 129 deletions

View File

@@ -145,7 +145,7 @@
</div> -->
<!--/-->
<!--自定义按钮-->
<template slot="menuRight">
<template slot="menuLeft">
<el-button
type="primary"
size="small"
@@ -480,48 +480,17 @@ export default {
label: "年龄",
prop: "age",
search: false,
width:50,
},
{
label: "手机号",
prop: "telphone",
search: false,
width:100,
},
{
label: "身份证",
prop: "cardNumber",
search: false,
slot: true,
width:110
},
{
label: "工种",
prop: "workTypes",
},
{
label: "来源",
prop: "src",
search: false,
width:70,
},
{
label: "人才库",
prop: "groupId",
type: "tree",
span: 24,
search: false,
display: true,
width: '150',
dicUrl: `/api/jobslink-api/tenant/talents/group/listAll`,
dicFormatter: (res) => {
return res.data.list; //返回字典的层级结构
},
props: {
label: "groupName",
value: "id",
},
placeholder: "请选择分组",
},
],
};