This commit is contained in:
caoxinyu
2019-09-25 12:09:41 +08:00
parent 676f2a3ec3
commit 76b361ddbd
22 changed files with 82 additions and 72 deletions

View File

@@ -126,7 +126,7 @@
</el-table-column>
<el-table-column label="操作" fixed="right" align="center" width="110">
<template slot-scope="scope">
<el-tooltip effect="dark" content="编辑" placement="top">
<el-tooltip :open-delay="1000" effect="dark" content="编辑" placement="top">
<div style="display: inline-block">
<el-button
:disabled="scope.row.是否禁用编辑"
@@ -136,7 +136,7 @@
@click.stop="EditTableData(scope.row)"/>
</div>
</el-tooltip>
<el-tooltip effect="dark" content="删除" placement="top">
<el-tooltip :open-delay="1000" effect="dark" content="删除" placement="top">
<div style="display: inline-block">
<el-button
style="margin-left: 20px"
@@ -194,7 +194,7 @@
</el-table-column>
<el-table-column label="操作" fixed="right" align="center" width="110">
<template slot-scope="scope">
<el-tooltip effect="dark" content="编辑" placement="top">
<el-tooltip :open-delay="1000" effect="dark" content="编辑" placement="top">
<div style="display: inline-block">
<el-button
size="mini"
@@ -203,7 +203,7 @@
@click="handleEdit2(scope.row);flag = 2"/>
</div>
</el-tooltip>
<el-tooltip effect="dark" content="删除" placement="top">
<el-tooltip :open-delay="1000" effect="dark" content="删除" placement="top">
<div style="display: inline-block">
<el-button
size="mini"
@@ -287,7 +287,7 @@
</el-table-column>
<el-table-column label="操作" fixed="right" align="center" width="110">
<template slot-scope="scope">
<el-tooltip effect="dark" content="收款" placement="top">
<el-tooltip :open-delay="1000" effect="dark" content="收款" placement="top">
<div style="display: inline-block">
<el-button
:disabled="scope.row.是否禁用收款"
@@ -297,7 +297,7 @@
@click="handleEdit1(scope.row);flag=1"/>
</div>
</el-tooltip>
<el-tooltip effect="dark" content="收款转移" placement="top">
<el-tooltip :open-delay="1000" effect="dark" content="收款转移" placement="top">
<div style="display: inline-block">
<el-button
:disabled="scope.row.是否禁用"
@@ -512,7 +512,7 @@
</el-table-column>
<el-table-column property="date" label="操作" align="center" width="130px">
<template slot-scope="scope">
<el-tooltip effect="dark" content="立即收款" placement="top">
<el-tooltip :open-delay="1000" effect="dark" content="立即收款" placement="top">
<div style="display: inline-block">
<el-button
size="mini"
@@ -521,7 +521,7 @@
@click="Detail(scope.row)"/>
</div>
</el-tooltip>
<el-tooltip effect="dark" content="不再提醒" placement="top">
<el-tooltip :open-delay="1000" effect="dark" content="不再提醒" placement="top">
<div style="display: inline-block">
<el-button
size="mini"