Commit 7986044f authored by FE-安焕焕's avatar FE-安焕焕 👣

再次修改

parent 3555290d
...@@ -80,12 +80,12 @@ const TableList = props => { ...@@ -80,12 +80,12 @@ const TableList = props => {
}, },
{ {
title: '商品自编码', title: '商品自编码',
dataIndex: 'third_spu_no', dataIndex: 'thirdSpuNo',
key: 'third_spu_no', key: 'thirdSpuNo',
width: 120, width: 120,
hideInSearch: true, hideInSearch: true,
className: 'colStyle', className: 'colStyle',
render: (_, record) => renderContent(record, 'third_spu_no'), render: (_, record) => renderContent(record, 'thirdSpuNo'),
}, },
{ {
title: '商品名称', title: '商品名称',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment