|
@@ -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>
|