|
|
|
@ -97,9 +97,12 @@ |
|
|
|
<td>{{ item.address }}</td> |
|
|
|
<td>{{ item.amount }}</td> |
|
|
|
<td>{{item.withdrawal_fee}}</td> |
|
|
|
<td class="text-right"> |
|
|
|
<!-- <td class="text-right"> |
|
|
|
{{item.status_text}} |
|
|
|
</td> |
|
|
|
</td> --> |
|
|
|
<td v-if="item.status==0" class="text-right">{{$t('wallet.processing')}}</td> |
|
|
|
<td v-if="item.status==1" class="text-right">{{$t('wallet.success')}}</td> |
|
|
|
<td v-if="item.status==2" class="text-right">{{$t('wallet.error')}}</td> |
|
|
|
<!-- <td class="text-right"> |
|
|
|
<button v-if="item.status==0" class="btn btn-danger btn-sm" @click="cancelWithdraw(item)">{{$t('contract.c2')}}</button> |
|
|
|
</td> --> |
|
|
|
|