|
@@ -135,7 +135,7 @@ export default {
|
|
|
return (_h, { row, index, column }) => {
|
|
|
return (
|
|
|
<div class='operation-btns'>
|
|
|
- {!this.$checkBtnRole('del', this.$route.meta.roles) ? (
|
|
|
+ {this.$checkBtnRole('tichu', this.$route.meta.roles) ? (
|
|
|
<el-popconfirm
|
|
|
title='确定剔除吗?'
|
|
|
onOnConfirm={() => {
|