mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/unity.git
synced 2026-08-19 04:13:58 +00:00
contract obligation complete and accept api
This commit is contained in:
@@ -56,6 +56,7 @@
|
||||
<div v-if="contract.contract_obligation_list" v-for="(obligation, $index) in contract.contract_obligation_list" :key="$index">
|
||||
<div>
|
||||
-{{ obligation.name }}
|
||||
<small>({{ obligation.hash_id }})</small>
|
||||
<small>({{ obligation.sequence }})</small>
|
||||
<small>({{ obligation.contract_entity_list[0] ? obligation.contract_entity_list[0].entity_list[0].name : '-' }})</small>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user