Commit 6e91f9c3 authored by 左玲玲's avatar 左玲玲 😬

1745

parent b20345f8
...@@ -730,6 +730,12 @@ const one = { ...@@ -730,6 +730,12 @@ const one = {
key: "productionUnitName", key: "productionUnitName",
search: false, search: false,
}, },
{
title: "未下架数量",
dataIndex: "remainderNums",
key: "remainderNums",
search: false,
},
], ],
expandable: { expandable: {
expandedRowRender: record => <Table expandedRowRender: record => <Table
...@@ -951,6 +957,12 @@ const one = { ...@@ -951,6 +957,12 @@ const one = {
key: "productionUnitName", key: "productionUnitName",
search: false, search: false,
}, },
{
title: "未下架数量",
dataIndex: "remainderNums",
key: "remainderNums",
search: false,
}
], ],
expandable: { expandable: {
expandedRowRender: record => <EditUpload record={record} fid={fid} storeId={storeId} />, expandedRowRender: record => <EditUpload record={record} fid={fid} storeId={storeId} />,
......
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