Commit 2d9b32a9 authored by zhoutong's avatar zhoutong
parents 57194b1e 86c7f282
......@@ -743,7 +743,7 @@ export default {
coupons: row.couponInfoVOList,
airClearanceSource: row.airClearanceSource == 1 ? this.$t('商品') : this.$t('渠道'), // 空运清关费来源:1 商品 2 渠道
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 @@
<span>{{ parseTime(scope.row.createTime) }}</span>
</template>
</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">
<template v-slot:default="{row}">
<!--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