Merge pull request #49 from WDI-Ideas/development
selling selected rewards 2
This commit is contained in:
@@ -40,8 +40,8 @@
|
||||
colspan="1" style="width: 69.2656px;"> Record Id </th>
|
||||
<th tabindex="1" aria-controls="style-3" rowspan="1" colspan="1"
|
||||
style="width: 44.2344px;">Principal</th>
|
||||
<!-- <th tabindex="2" aria-controls="style-3" rowspan="1" colspan="1"
|
||||
style="width: 79.7969px;">Qty</th> -->
|
||||
<th tabindex="2" aria-controls="style-3" rowspan="1" colspan="1"
|
||||
style="width: 79.7969px;">Qty</th>
|
||||
<th tabindex="3" aria-controls="style-3" rowspan="1" colspan="1"
|
||||
style="width: 77.3281px;">Amount</th>
|
||||
<th tabindex="3" aria-controls="style-3" rowspan="1" colspan="1"
|
||||
@@ -61,7 +61,7 @@
|
||||
<tr role="row">
|
||||
<td class="text-center"> {{withdrawal_obj.id}} </td>
|
||||
<td>{{withdrawal_obj.principal}}</td>
|
||||
<!-- <td>{{withdrawal_obj.coins}}</td> -->
|
||||
<td>{{withdrawal_obj.coins}}</td>
|
||||
<td>{{withdrawal_obj.amount}}</td>
|
||||
<td>{{withdrawal_obj.token}}</td>
|
||||
<td>{{withdrawal_obj.status}}</td>
|
||||
|
||||
Reference in New Issue
Block a user