diff --git a/src/views/goods/Index.vue b/src/views/goods/Index.vue index b85c554..616374f 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' }, },