diff --git a/.gitignore b/.gitignore index 215be15..cd9b0ee 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ dist-ssr # 忽略 stats.html .env.development + diff --git a/src/components/locales/lang/en.js b/src/components/locales/lang/en.js index 55cf245..4af2cf2 100644 --- a/src/components/locales/lang/en.js +++ b/src/components/locales/lang/en.js @@ -462,7 +462,7 @@ export default { permanentGold: "Perm Coins", freeGold: "Free Coins", taskGold: "Task Coins", - rechargePlatform: "Recharge Plat", + rechargePlatform: "Recharge Platform", consumePlatform: "Consume Plat", consumeTotalGold: "Total Consumed", payModel: "Payment", @@ -530,6 +530,10 @@ export default { disable: "Disable", received: "Received", rejected: "Rejected", + refunded: "Refunded", + refundDetail: "Refund Detail", + refundAmount: "Refund Amt", + refundCurrency: "Refund Curr", }, // Common Export Fields common_export: { @@ -616,6 +620,11 @@ export default { receiveAreaPlaceholder: "Select region", price: "Price", goodsNamePlaceholder: "Select product", + 使用红包: "Use Red Envelope", + 不使用红包: "Do Not Use Red Envelope", + 选择红包: "Select Red Envelope", + 请选择红包: "Please Select Red Envelope", + 已抵扣: "Already Deducted", payModel: "Collection", refundType: "Refund Type", refundTypePlaceholder: "Select type", diff --git a/src/components/locales/lang/zh-CN.js b/src/components/locales/lang/zh-CN.js index c6ecbae..1ec20d8 100644 --- a/src/components/locales/lang/zh-CN.js +++ b/src/components/locales/lang/zh-CN.js @@ -530,6 +530,10 @@ export default { disable: "禁用", received: "已到账", rejected: "已驳回", + refunded: "已退款", + refundDetail: "退款明细", + refundAmount: "退款金额", + refundCurrency: "退款币种", }, // 通用导出字段组 common_export: { @@ -616,6 +620,11 @@ export default { receiveAreaPlaceholder: "请选择到账地区", price: "原价", goodsNamePlaceholder: "请选择商品", + 使用红包: "使用红包", + 不使用红包: "不使用红包", + 选择红包: "选择红包", + 请选择红包: "请选择红包", + 已抵扣: "已抵扣", payModel: "收款方式", refundType: "退款类型", refundTypePlaceholder: "请选择退款类型", @@ -686,7 +695,7 @@ export default { consumptionTimes: "消费次数", onlyStatisticsDataAfter20250101: "仅统计2025-01-01后的数据", store: "所属门店", - // maxReductionAmount: "红包最大抵扣金额", + maxReductionAmount: "红包最大抵扣金额", //金豆 currentPayableBean: "当前付费金豆", currentFreeBean: "当前免费金豆", diff --git a/src/views/audit/gold/refundAudit.vue b/src/views/audit/gold/refundAudit.vue index 77d0413..490b3c5 100644 --- a/src/views/audit/gold/refundAudit.vue +++ b/src/views/audit/gold/refundAudit.vue @@ -33,7 +33,7 @@
- {{ activeName === 'wait' ? $t('common.submitTime') : $t('common.auditTime') }} + {{ (activeName === 'wait' || activeName === 'change') ? $t('common.submitTime') : $t('common.auditTime') }} {{ $t('audit.rejected') }} + + 待处理 +
@@ -115,28 +119,41 @@ {{ row.taskGold / 100 }} + + + - + - + + + +