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

View File

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