flay:暂存

This commit is contained in:
Apcallover
2024-03-13 16:13:26 +08:00
parent 17c99557f2
commit e3d42bcd3b
2 changed files with 7 additions and 5 deletions

View File

@@ -107,7 +107,7 @@
</div> -->
<!--/-->
<!--自定义按钮-->
<template slot="menuLeft">
<template slot="menuRight">
<el-button type="primary" size="small" :disabled="!selectionList.length" icon="el-icon-plus"
@click="handleEmploy" v-show="employState === 1 && status === 1">批量录用</el-button>
<!-- <el-button
@@ -366,7 +366,8 @@ export default {
editBtn: false,
excelBtn: false,
columnBtn: false,
searchBtn: true,
searchBtn: false,
emptyBtn: false,
searchShow: true,
searchMenuSpan: 6,
searchLabelWidth: 60,
@@ -396,7 +397,7 @@ export default {
{
label: "姓名",
prop: "realName",
search: true,
search: false,
searchSpan: 4,
width: 70,
},
@@ -450,7 +451,7 @@ export default {
prop: "groupId",
type: "tree",
span: 24,
search: true,
search: false,
display: true,
width: '150',
dicUrl: `/api/jobslink-api/tenant/talents/group/listAll`,

View File

@@ -145,7 +145,7 @@
</div> -->
<!--/-->
<!--自定义按钮-->
<template slot="menuLeft">
<template slot="menuRight">
<el-button
type="primary"
size="small"
@@ -425,6 +425,7 @@ export default {
editBtn: false,
excelBtn: false,
columnBtn: false,
emptyBtn: false,
searchBtn: false,
searchShow: true,
searchMenuSpan: 6,