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

1311

parent f0ef84bb
......@@ -699,6 +699,9 @@ const one = {
{
title: "创建时间",
key: "createTime",
},{
title: "状态",
key: "statusName",
},
],
},
......@@ -740,6 +743,12 @@ const one = {
key: "instroeNum",
search: false,
},
{
title: "未上架数量",
dataIndex: "remainderNums",
key: "remainderNums",
search: false,
},
{
title: "单位",
dataIndex: "productionUnitName",
......@@ -958,6 +967,12 @@ const one = {
key: "instroeNum",
search: false
},
{
title: "未上架数量",
dataIndex: "remainderNums",
key: "remainderNums",
search: false,
},
{
title: "单位",
dataIndex: "productionUnitName",
......
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