Browse Source

Merge branch 'milestone-20251215-多语言二期2' of http://39.101.133.168:8807/huangqizhen/gold-vue into milestone-20251215-多语言二期2

milestone-20251215-多语言二期2
ZhangYong 1 month ago
parent
commit
fd6993fddf
  1. 4
      src/views/moneyManage/executor/executor.vue

4
src/views/moneyManage/executor/executor.vue

@ -302,9 +302,9 @@ const editForm = ref({
const getRefund = async function () {
try {
const statusesParam = [40, 41] //
if (searchForm.value.statuses === '待处理') {
if (searchForm.value.statuses === t('cash.pending')) {
statusesParam.value = [40]
} else if (searchForm.value.statuses === '退款成功') {
} else if (searchForm.value.statuses === t('cash.refundSuccess')) {
statusesParam.value = [41]
} else {
statusesParam.value = [40, 41]

Loading…
Cancel
Save