Commit 78d7a8da authored by XieZhiXiong's avatar XieZhiXiong

chore: 更改表格rowKey

parent 941ab0ca
......@@ -839,7 +839,7 @@ const SaleOrderProductTable: React.FC<OrderProductTableProps> = (props) => {
columns={contractOrder ? materialInfo : columns}
dataSource={product.products}
components={productComponents}
rowKey='skuId'
rowKey='orderProductId'
pagination={false}
scroll={{ x: 1200 }}
/>
......
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