|
|
|
@ -67,12 +67,12 @@
|
|
|
|
|
<el-button
|
|
|
|
|
type="text"
|
|
|
|
|
@click.native="handleForm(scope.$index, scope.row)"
|
|
|
|
|
:disabled="!configParms.sysUser"
|
|
|
|
|
:disabled="configParms.sysUser"
|
|
|
|
|
>编辑
|
|
|
|
|
</el-button>
|
|
|
|
|
<el-button
|
|
|
|
|
type="text"
|
|
|
|
|
:disabled="scope.row.id === 1 || !configParms.sysUser"
|
|
|
|
|
:disabled="scope.row.id === 1 || configParms.sysUser"
|
|
|
|
|
@click.native="handleDel(scope.$index, scope.row)"
|
|
|
|
|
v-hasPermi="['system:user:remove']"
|
|
|
|
|
>删除
|
|
|
|
|