+
{{ scope.row.refundModel == 0 ? $t('common_list.refundModelAll') : $t('common_list.refundModelPart') }}
+
+ {{ $t('common.totalGoldCoin') }}:
+ {{ scope.row.refundSumGold }}
+
+
+ {{ $t('common.permanentGold') }}:
+ {{ scope.row.refundPermanentGold }}
+
+
+ {{ $t('common.freeGold') }}:
+ {{ scope.row.refundFreeGold }}
+
+
+ {{ $t('common.taskGold') }}:
+ {{ scope.row.refundTaskGold }}
+
+
+