Commit 3555290d authored by FE-安焕焕's avatar FE-安焕焕 👣

修改字端

parent f711a5e3
......@@ -80,12 +80,12 @@ const TableList = props => {
},
{
title: '商品自编码',
dataIndex: 'orderSkuId',
key: 'orderSkuId',
dataIndex: 'third_spu_no',
key: 'third_spu_no',
width: 120,
hideInSearch: true,
className: 'colStyle',
render: (_, record) => renderContent(record, 'orderSkuId'),
render: (_, record) => renderContent(record, 'third_spu_no'),
},
{
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