From cc55ee5acc8a2c0fb01e4d5c0a597a4bde148621 Mon Sep 17 00:00:00 2001 From: fanfan Date: Fri, 7 Jun 2024 09:53:22 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/goods/Index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/goods/Index.vue b/src/views/goods/Index.vue index 7354f5c..7ac8c3a 100644 --- a/src/views/goods/Index.vue +++ b/src/views/goods/Index.vue @@ -53,7 +53,7 @@ - + {{ item.name }} @@ -158,7 +158,7 @@ v-if="$module('goods-copy') && $auth('/goods/copy') && (storeVersion === 0 || (storeVersion === 1 && isSuper === 0))" :to="{ path: '/goods/copy', query: { goodsId: item.goods_id } }" >复制 - 删除 + @@ -255,8 +255,8 @@ const columns = [ scopedSlots: { customRender: 'status' }, }, { - title: '京东下架', - width: '60px', + title: '比同款下架', + width: '80px', dataIndex: 'is_jd_remove', scopedSlots: { customRender: 'is_jd_remove' }, },