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

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

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