|
|
@ -44,6 +44,7 @@
|
|
|
|
<el-button
|
|
|
|
<el-button
|
|
|
|
type="text"
|
|
|
|
type="text"
|
|
|
|
size="small"
|
|
|
|
size="small"
|
|
|
|
|
|
|
|
:disabled="scope.row.systemDefault"
|
|
|
|
@click.native.stop="handleModifyClick(scope.row)"
|
|
|
|
@click.native.stop="handleModifyClick(scope.row)"
|
|
|
|
>编辑
|
|
|
|
>编辑
|
|
|
|
</el-button
|
|
|
|
</el-button
|
|
|
@ -51,6 +52,7 @@
|
|
|
|
<el-button
|
|
|
|
<el-button
|
|
|
|
type="text"
|
|
|
|
type="text"
|
|
|
|
size="small"
|
|
|
|
size="small"
|
|
|
|
|
|
|
|
:disabled="scope.row.systemDefault"
|
|
|
|
@click.native.stop="handleDeleteClick(scope.row)"
|
|
|
|
@click.native.stop="handleDeleteClick(scope.row)"
|
|
|
|
>删除
|
|
|
|
>删除
|
|
|
|
</el-button
|
|
|
|
</el-button
|
|
|
|