Browse Source

打款bug更改

cz 1 year ago
parent
commit
3dc1255ca5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/finance/fundManage/accountPayment/index.vue

+ 1 - 1
src/views/finance/fundManage/accountPayment/index.vue

@@ -17,7 +17,7 @@
       >
         <template #amount="{ item }">
           <div style="width: 100%">
-            <span>{{ item.currency }} {{ item.amount }}</span>
+            <span>{{ item.currency }} {{ item.incomeAmount }}</span>
           </div>
         </template>
       </byTable>