|
|
|
@ -718,7 +718,8 @@ const getMarket = async function () { |
|
|
|
|
|
|
|
> |
|
|
|
<div class="popover-content"> |
|
|
|
<div class="popover-title">{{ scope.row.refundModel == 0 ? $t('common_list.refundModelAll') : $t('common_list.refundModelPart') }}</div> |
|
|
|
<div class="popover-title" v-if="scope.row.refundModel">{{ scope.row.refundModel == 0 ? $t('common_list.refundModelAll') : $t('common_list.refundModelPart') }}</div> |
|
|
|
<div class="popover-title" v-else>{{ $t('common_list.refundStatusPending') }}</div> |
|
|
|
<div class="popover-item"> |
|
|
|
<span class="label">{{ $t('common.totalGoldCoin') }}:</span> |
|
|
|
<span class="value">{{ scope.row.refundSumGold }}</span> |
|
|
|
|