解决合计展示的bug

This commit is contained in:
季圣华
2021-10-17 22:18:59 +08:00
parent 12c6c22ea0
commit d776f34267
2 changed files with 3 additions and 2 deletions

View File

@@ -51,7 +51,7 @@
:loading="loading"
@change="handleTableChange">
<span slot="action" slot-scope="text, record">
<a @click="showAccountInOutList(record)">流水</a>
<a @click="showAccountInOutList(record)">{{record.id?'流水':''}}</a>
</span>
</a-table>
<a-row :gutter="24" style="margin-top: 8px;text-align:right;">