This commit is contained in:
@@ -182,7 +182,7 @@
|
||||
</el-table-column>
|
||||
<el-table-column label="操作" fixed="right" align="center" width="200px">
|
||||
<template slot-scope="scope">
|
||||
<el-tooltip class="item" effect="dark" content="收回" placement="top">
|
||||
<el-tooltip :open-delay="1000" class="item" effect="dark" content="收回" placement="top">
|
||||
<div style="display: inline-block">
|
||||
<el-button
|
||||
:disabled="scope.row.是否禁用收回"
|
||||
@@ -192,7 +192,7 @@
|
||||
@click.stop="takeBack(scope.row)"/>
|
||||
</div>
|
||||
</el-tooltip>
|
||||
<el-tooltip class="item" effect="dark" content="编辑" placement="top">
|
||||
<el-tooltip :open-delay="1000" class="item" effect="dark" content="编辑" placement="top">
|
||||
<div style="display: inline-block">
|
||||
<el-button
|
||||
:disabled="scope.row.是否禁用编辑"
|
||||
@@ -203,7 +203,7 @@
|
||||
@click.stop="openEditPerformanceBondDialog(scope.row); flag = 2"/>
|
||||
</div>
|
||||
</el-tooltip>
|
||||
<el-tooltip class="item" effect="dark" content="删除" placement="top">
|
||||
<el-tooltip :open-delay="1000" class="item" effect="dark" content="删除" placement="top">
|
||||
<div style="display: inline-block">
|
||||
<el-button
|
||||
:disabled="scope.row.是否禁用删除"
|
||||
|
||||
Reference in New Issue
Block a user