|
@@ -156,7 +156,7 @@
|
|
|
<template #default="{ row }">
|
|
|
<el-popover placement="top" :width="580" trigger="click">
|
|
|
<template #reference>
|
|
|
- <span class="table-btn">{{moneyFormat(row.otherIncome, 2) }}</span>
|
|
|
+ <span class="table-btn">{{moneyFormat(row.otherExpenses, 2) }}</span>
|
|
|
</template>
|
|
|
<div style="max-height: 300px;overflow-y: auto;">
|
|
|
<el-table :data="row.accountRequestFundsDetailList">
|