diff --git a/src/components/locales/lang/en.js b/src/components/locales/lang/en.js index 4af2cf2..c93307d 100644 --- a/src/components/locales/lang/en.js +++ b/src/components/locales/lang/en.js @@ -633,6 +633,7 @@ export default { refundModel: "Method", refundModelAll: "Full", refundModelPart: "Partial", + refundStatusPending: "Pending", refundGoldCoin: "Refund Coins", refundCurrency: "Refund Curr", refundCurrencyPlaceholder: "Select currency", diff --git a/src/components/locales/lang/zh-CN.js b/src/components/locales/lang/zh-CN.js index 1ec20d8..0dee6b7 100644 --- a/src/components/locales/lang/zh-CN.js +++ b/src/components/locales/lang/zh-CN.js @@ -440,6 +440,7 @@ export default { refundModel: "退款方式", refundModelAll: "全部退款", refundModelPart: "部分退款", + refundStatusPending: "待审核", refundCurrency: "退款币种", refundGoldCoin: "退款金币总数", refundAmount: "退款金额", diff --git a/src/views/consume/gold/coinConsumeDetail.vue b/src/views/consume/gold/coinConsumeDetail.vue index a5fbaee..3ccf856 100644 --- a/src/views/consume/gold/coinConsumeDetail.vue +++ b/src/views/consume/gold/coinConsumeDetail.vue @@ -718,7 +718,8 @@ const getMarket = async function () { >
-
{{ scope.row.refundModel == 0 ? $t('common_list.refundModelAll') : $t('common_list.refundModelPart') }}
+
{{ scope.row.refundModel == 0 ? $t('common_list.refundModelAll') : $t('common_list.refundModelPart') }}
+
{{ $t('common_list.refundStatusPending') }}
{{ $t('common.totalGoldCoin') }}: {{ scope.row.refundSumGold }}