Parcourir la source

请款是核销类型,请款金额字段更改

cz il y a 1 an
Parent
commit
cbf1948e7c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/tenant/finance/funds.vue

+ 1 - 1
src/views/tenant/finance/funds.vue

@@ -117,7 +117,7 @@
             {{ `${currencyGainSymbol(scope.row.currencyType)}${moneyFormat(scope.row.requestedAmount, 2)}` }}
           </span>
           <span style="color: #409eff; cursor: pointer" v-else @click="handleApply(scope.row)">
-            {{ `${currencyGainSymbol(scope.row.currencyType)}${moneyFormat(scope.row.cancellationAmount, 2)}` }}
+            {{ `${currencyGainSymbol(scope.row.currencyType)}${moneyFormat(scope.row.differenceAmount, 2)}` }}
           </span>
         </template>
       </el-table-column>