mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
update modal to approve match and reject match
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user