|
|
|
@ -686,7 +686,7 @@ const format3 = (num) => { |
|
|
|
<span>{{ (scope.row.myGold || 0) }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column prop="sgGold" :label="$t('clientCount.market.sgCmGold')" sortable="custom" min-width="120"> |
|
|
|
<el-table-column prop="sgGold" :label="$t('clientCount.market.sgCmGold')" sortable="custom" min-width="150"> |
|
|
|
<template #default="scope"> |
|
|
|
<span>{{ (scope.row.sgGold || 0) }}</span> |
|
|
|
</template> |
|
|
|
|