|
|
@@ -75,6 +75,9 @@
|
|
|
<el-table-column :label="t('modules.withdraw.amount')" min-width="130" align="center">
|
|
|
<template #default="scope"> ৳{{ scope.row.amount || 0 }} </template>
|
|
|
</el-table-column>
|
|
|
+ <el-table-column :label="t('modules.withdraw.fee')" min-width="130" align="center">
|
|
|
+ <template #default="scope"> ৳{{ scope.row.fee || 0 }} </template>
|
|
|
+ </el-table-column>
|
|
|
<el-table-column :label="t('common.status')" min-width="100" align="center">
|
|
|
<template #default="scope">
|
|
|
<el-tag :type="getStatusType(scope.row.status)">
|