diff --git a/src/views/dataCenter/goods/Index.vue b/src/views/dataCenter/goods/Index.vue index 8cd756f..8be24cc 100644 --- a/src/views/dataCenter/goods/Index.vue +++ b/src/views/dataCenter/goods/Index.vue @@ -112,6 +112,13 @@ + + + + {{ item.name }} + + +
+ + +

+ {{ text == 1 ? '是' : '否' }} +

+
{{ @@ -445,6 +458,12 @@ const columns = [ sorter: true, scopedSlots: { customRender: 'is_pool' }, }, + { + title: '比同款下架', + width: '100px', + dataIndex: 'is_jd_remove', + scopedSlots: { customRender: 'is_jd_remove' }, + }, { title: '状态', width: '50px', @@ -498,6 +517,7 @@ export default { end_time: '', is_has_banner: '', is_has_detail: '', + is_jd_remove:'' }, // 正在加载 isLoading: false, @@ -828,7 +848,9 @@ export default { }) }) }, - + getGoodsJingDong(val) { + this.queryParam.is_jd_remove = val + }, getChannel(val) { this.queryParam.channel = val }, @@ -1042,6 +1064,8 @@ export default { this.queryParam.is_sale + '&is_self=' + this.queryParam.is_self + + '&is_jd_remove=' + + (this.queryParam.is_jd_remove || '') + '&goodsIds=' + goodsIds + '&Access-Token=' +