From 2c79e20159d1cdacee7b73fd3b68d1bdd5f45b31 Mon Sep 17 00:00:00 2001 From: fanfan Date: Wed, 26 Jun 2024 08:51:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AF=94=E5=90=8C=E6=AC=BE=E4=B8=8B=E6=9E=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dataCenter/goods/Index.vue | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) 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=' +