Browse Source

退款产品数量改为原订单的

jiangcheng/feature-20260326164657-金币日常优化3.0
ZhangYong 2 weeks ago
parent
commit
e421d7c3dd
  1. 6
      src/views/moneyManage/executor/executor.vue
  2. 6
      src/views/moneyManage/refundDetail/refundCharge.vue
  3. 6
      src/views/moneyManage/refundDetail/refundHeader.vue
  4. 6
      src/views/moneyManage/refundDetail/refundService.vue

6
src/views/moneyManage/executor/executor.vue

@ -65,9 +65,9 @@
<el-table-column prop="goodsName" :label="t('common_list.productName')" width="120" />
<el-table-column prop="goodsNum" :label="t('common_list.productNum')" width="130px">
<template #default="scope">
<span v-if="scope.row.goodsName == t('common_list.goldRecharge')">{{
scope.row.permanentGold }} {{ t('cash.unit') }}</span>
<span v-else>{{ scope.row.goodsNum }} {{ scope.row.numUnit }}</span>
<!-- <span v-if="scope.row.goodsName == t('common_list.goldRecharge')">{{
scope.row.permanentGold }} {{ t('cash.unit') }}</span> -->
<span>{{ scope.row.goodsNum }} {{ scope.row.numUnit }}</span>
</template>
</el-table-column>
<el-table-column prop="refundModel" :label="t('common_list.refundModel')" width="140">

6
src/views/moneyManage/refundDetail/refundCharge.vue

@ -57,9 +57,9 @@
<el-table-column prop="goodsName" :label="t('common_list.productName')" width="130" show-overflow-tooltip />
<el-table-column prop="goodsNum" :label="t('common_list.productNum')" width="130px">
<template #default="scope">
<span v-if="scope.row.goodsName == t('common_list.goldRecharge')">{{
scope.row.permanentGold }} {{ t('cash.unit') }}</span>
<span v-else>{{ scope.row.goodsNum }} {{ scope.row.numUnit }}</span>
<!-- <span v-if="scope.row.goodsName == t('common_list.goldRecharge')">{{
scope.row.permanentGold }} {{ t('cash.unit') }}</span> -->
<span>{{ scope.row.goodsNum }} {{ scope.row.numUnit }}</span>
</template>
</el-table-column>
<el-table-column prop="refundModel" :label="t('common_list.refundModel')" width="120">

6
src/views/moneyManage/refundDetail/refundHeader.vue

@ -53,9 +53,9 @@
<el-table-column prop="goodsName" :label="t('common_list.productName')" width="130" show-overflow-tooltip />
<el-table-column prop="goodsNum" :label="t('common_list.productNum')" width="130px">
<template #default="scope">
<span v-if="scope.row.goodsName == t('common_list.goldRecharge')">{{
scope.row.permanentGold }} {{ t('cash.unit') }}</span>
<span v-else>{{ scope.row.goodsNum }} {{ scope.row.numUnit }}</span>
<!-- <span v-if="scope.row.goodsName == t('common_list.goldRecharge')">{{
scope.row.permanentGold }} {{ t('cash.unit') }}</span> -->
<span>{{ scope.row.goodsNum }} {{ scope.row.numUnit }}</span>
</template>
</el-table-column>
<el-table-column prop="refundModel" :label="t('common_list.refundModel')" width="120">

6
src/views/moneyManage/refundDetail/refundService.vue

@ -71,9 +71,9 @@
<el-table-column prop="goodsName" :label="t('common_list.productName')" width="130" show-overflow-tooltip />
<el-table-column prop="goodsNum" :label="t('common_list.productNum')" width="130px">
<template #default="scope">
<span v-if="scope.row.goodsName == t('common_list.goldRecharge')">{{
scope.row.permanentGold }} {{ t('cash.unit') }}</span>
<span v-else>{{ scope.row.goodsNum }} {{ scope.row.numUnit }}</span>
<!-- <span v-if="scope.row.goodsName == t('common_list.goldRecharge')">{{
scope.row.permanentGold }} {{ t('cash.unit') }}</span> -->
<span>{{ scope.row.goodsNum }} {{ scope.row.numUnit }}</span>
</template>
</el-table-column>
<el-table-column prop="paymentCurrency" :label="t('common_add.payCurrency')" width="120" />

Loading…
Cancel
Save