flat: 6.5 版本更新 1.1
This commit is contained in:
@@ -81,11 +81,11 @@
|
||||
@click="handleTransfer"
|
||||
v-show="vaildData(permission.tenant_main_talents_latent_index_tansfergroup, false)">转移推送
|
||||
</el-button>
|
||||
<el-button type="danger" size="small" icon="el-icon-delete" @click="handleDelete"
|
||||
:disabled="!selectionList.length" plain
|
||||
v-show="vaildData(permission.tenant_main_talents_latent_index_tansfergroup, false)">
|
||||
删除
|
||||
</el-button>
|
||||
<!-- <el-button type="danger" size="small" icon="el-icon-delete" @click="handleDelete"-->
|
||||
<!-- :disabled="!selectionList.length" plain-->
|
||||
<!-- v-show="vaildData(permission.tenant_main_talents_latent_index_tansfergroup, false)">-->
|
||||
<!-- 删除-->
|
||||
<!-- </el-button>-->
|
||||
</template>
|
||||
<template slot="name" slot-scope="{row}">
|
||||
<span>{{ row.name }}</span>
|
||||
@@ -342,6 +342,7 @@ export default {
|
||||
tip: false,
|
||||
columnBtn: false,
|
||||
searchBtn: true,
|
||||
delBtn: false,
|
||||
searchShow: true,
|
||||
viewBtn: true,
|
||||
menuWidth: 170,
|
||||
@@ -719,6 +720,7 @@ export default {
|
||||
let params = {
|
||||
idNumber: this.dialogInfo.idNumber,
|
||||
id: this.dialogInfo.id,
|
||||
name: this.dialogInfo.name,
|
||||
approvalStatus: 1,
|
||||
content: value,
|
||||
}
|
||||
@@ -744,6 +746,7 @@ export default {
|
||||
let params = {
|
||||
idNumber: this.dialogInfo.idNumber,
|
||||
id: this.dialogInfo.id,
|
||||
name: this.dialogInfo.name,
|
||||
approvalStatus: 0,
|
||||
content: value,
|
||||
groupId: this.GroupValue
|
||||
|
||||
Reference in New Issue
Block a user