소스 검색

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

cz 2 년 전
부모
커밋
cbf1948e7c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>