Commit 86c7f282 authored by dragondean@qq.com's avatar dragondean@qq.com

商品点击价格详情清关费渠道名显示异常

parent 8f7575d3
...@@ -743,7 +743,7 @@ export default { ...@@ -743,7 +743,7 @@ export default {
coupons: row.couponInfoVOList, coupons: row.couponInfoVOList,
airClearanceSource: row.airClearanceSource == 1 ? this.$t('商品') : this.$t('渠道'), // 空运清关费来源:1 商品 2 渠道 airClearanceSource: row.airClearanceSource == 1 ? this.$t('商品') : this.$t('渠道'), // 空运清关费来源:1 商品 2 渠道
airClearanceInfo: JSON.parse(row.airClearanceInfo), //空运清关费来源数据详情, airClearanceInfo: JSON.parse(row.airClearanceInfo), //空运清关费来源数据详情,
sourceName: row.airClearanceSource == 1 ? this.$l(row, 'prodTitle') : this.channelName sourceName: row.airClearanceSource == 1 ? this.$l(row, 'prodTitle') : this.order?.channelName
} }
}, },
......
...@@ -31,6 +31,11 @@ ...@@ -31,6 +31,11 @@
<span>{{ parseTime(scope.row.createTime) }}</span> <span>{{ parseTime(scope.row.createTime) }}</span>
</template> </template>
</el-table-column> </el-table-column>
<!--<el-table-column :label="$t('结果')" align="center" prop="createTime" width="150">
<template slot-scope="scope">
{{scope.row.result}}
</template>
</el-table-column>-->
<el-table-column :label="$t('下载状态')" align="center" prop="createBy" width="150"> <el-table-column :label="$t('下载状态')" align="center" prop="createBy" width="150">
<template v-slot:default="{row}"> <template v-slot:default="{row}">
<!--status ==2 表示已处理,配合downNum来判断是否已下载--> <!--status ==2 表示已处理,配合downNum来判断是否已下载-->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment