update modal to approve match and reject match

This commit is contained in:
edmondlang
2023-04-19 22:58:46 +08:00
parent 74c3f6a6d3
commit ae4b826f1e
@@ -29,11 +29,11 @@
</div>
<div class="col">
<div class="row parentContainer" v-for="owner in item.owners">
<div class="col d-flex justify-content-between">
<div class="col d-flex justify-content-start">
<a :href="owner.reference_link" target="_blank">{{ owner.reference }}</a>
<div v-if="stage === 2">
<button class="btn btn-xs btn-outline-primary b-rad-none m-r-5 requestModal" data-type="approveCorrectMappingTransaction">
<i class="fa fa-times fa-fw"></i>
<i class="fa fa-times fa-check"></i>
</button>
<modal-component class="animate__animated animate__fast animate__fadeIn" styleType="fill-in" type="approveCorrectMappingTransaction">
<general-confirmation-form-component