Commit 6a7e27f1 authored by 靳野's avatar 靳野

feat:因为bignumber报错显示SKU编码

parent 2feaf804
......@@ -10,6 +10,7 @@ export function column(specArr = []) {
dataIndex: 'id',
width: 200,
align: 'center',
render: id => <>{`${id}`}</>,
},
...specArr,
{
......
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