|
@@ -76,12 +76,12 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column :label="t('modules.user.accountBalance')" min-width="130" align="center">
|
|
|
<template #default="scope">
|
|
|
- <span class="amount">{{ scope.row.walletBalance || '৳0' }}</span>
|
|
|
+ <span class="amount">৳{{ scope.row.walletBalance || '0' }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column :label="t('modules.user.commissionBalance')" min-width="160" align="center">
|
|
|
<template #default="scope">
|
|
|
- <span class="amount">{{ scope.row.earningsBalance || '৳0' }}</span>
|
|
|
+ <span class="amount">৳{{ scope.row.earningsBalance || '0' }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column :label="t('modules.user.loginPermission')" min-width="140" align="center">
|