行open
This commit is contained in:
@@ -172,7 +172,7 @@
|
||||
</el-table-column>
|
||||
<el-table-column label="操作" align="center" width="280px" fixed="right">
|
||||
<template slot-scope="scope">
|
||||
<el-tooltip effect="dark" content="记录外协付款到票信息" placement="top" open-delay="1200">
|
||||
<el-tooltip :open-delay="1200" effect="dark" content="记录外协付款到票信息" placement="top">
|
||||
<el-button
|
||||
:disabled="scope.row.实际付款时间!==''"
|
||||
size="mini"
|
||||
@@ -181,7 +181,7 @@
|
||||
class="el-icon-check"
|
||||
@click="editType1(scope.row, 'form');param = 0">到票</el-button>
|
||||
</el-tooltip>
|
||||
<el-tooltip effect="dark" content="记录外协扣款信息" placement="top" open-delay="1200">
|
||||
<el-tooltip :open-delay="1200" effect="dark" content="记录外协扣款信息" placement="top">
|
||||
<el-button
|
||||
:disabled="scope.row.实际付款时间!==''"
|
||||
size="mini"
|
||||
@@ -190,7 +190,7 @@
|
||||
class="el-icon-edit"
|
||||
@click="Withdrawing(scope.$index, scope.row, 'form2')">扣款</el-button>
|
||||
</el-tooltip>
|
||||
<el-tooltip effect="dark" content="付款信息" placement="top" open-delay="1200">
|
||||
<el-tooltip :open-delay="1200" effect="dark" content="付款信息" placement="top">
|
||||
<el-button
|
||||
:disabled="scope.row.实际付款时间!==''||scope.row.单据状态!=='3'"
|
||||
size="mini"
|
||||
|
||||
Reference in New Issue
Block a user