flay:暂存
This commit is contained in:
@@ -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`,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user