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

1311

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