- 前端 + 后端:商品推荐列表,增加商品名。

This commit is contained in:
YunaiV
2019-05-07 01:58:07 +08:00
parent 9a3b708738
commit ab5d051f75
17 changed files with 135 additions and 81 deletions

View File

@@ -79,7 +79,7 @@ function List ({ dataSource, loading, pagination, searchParams, dispatch,
},
{
title: '商品',
dataIndex: 'productSpuId',
dataIndex: 'productSpuName',
},
{
title: '排序值',
@@ -103,7 +103,7 @@ function List ({ dataSource, loading, pagination, searchParams, dispatch,
},
{
title: '操作',
width: 360,
width: 200,
render: (text, record) => {
const statusText = record.status === 1 ? '禁用' : '开启'; // TODO 芋艿,此处要改
return (