|
|
@ -249,6 +249,7 @@
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<el-button
|
|
|
|
<el-button
|
|
|
|
type="text"
|
|
|
|
type="text"
|
|
|
|
|
|
|
|
:disabled="scope.row.userId == 1"
|
|
|
|
@click.native.stop="removeUserDialog(scope.row)"
|
|
|
|
@click.native.stop="removeUserDialog(scope.row)"
|
|
|
|
>移除
|
|
|
|
>移除
|
|
|
|
</el-button>
|
|
|
|
</el-button>
|
|
|
|