Commit 7ee5d247 authored by 黄奎's avatar 黄奎
parents e5bd1783 ca9bbbb5
......@@ -99,7 +99,7 @@
@click="goUrl(scope.row.Id)"></i>
</el-tooltip>
<el-tooltip class="item" effect="dark" v-if="scope.row.FinanceIds==''" content="生成财务单据" placement="top">
<el-tooltip class="item" effect="dark" v-if="scope.row.FinanceIds==''||scope.row.FinanceIds==null" content="生成财务单据" placement="top">
<i class="iconfont icon-add"
@click="setCommissionFinanace(scope.row.Id)"></i>
</el-tooltip>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment