diff --git a/src/views/goods/Index.vue b/src/views/goods/Index.vue index f9f24f5..99aa82e 100644 --- a/src/views/goods/Index.vue +++ b/src/views/goods/Index.vue @@ -174,11 +174,11 @@ const columns = [ width: '80px', sorter: true }, - // { - // title: '渠道', - // width: '50px', - // dataIndex: 'channel_name' - // }, + { + title: '渠道', + width: '50px', + dataIndex: 'channel_name' + }, { title: '商品编号', dataIndex: 'goods_no',