"src/vscode:/vscode.git/clone" did not exist on "eef0a07f52cd3e0b67e10a3bc5c8971f0776a102"
Commit 82c7dfa5 authored by 季圣华's avatar 季圣华
Browse files

优化选择商品的时候的库存展示

parent fa9a5610
...@@ -100,8 +100,7 @@ ...@@ -100,8 +100,7 @@
{dataIndex: 'model', title: '型号', width: 80}, {dataIndex: 'model', title: '型号', width: 80},
{dataIndex: 'unit', title: '单位', width: 60}, {dataIndex: 'unit', title: '单位', width: 60},
{dataIndex: 'sku', title: '多属性', width: 100}, {dataIndex: 'sku', title: '多属性', width: 100},
{dataIndex: 'skuStock', title: '多属性库存', width: 100}, {dataIndex: 'stock', title: '库存', width: 100},
{dataIndex: 'stock', title: '商品库存', width: 100},
{dataIndex: 'expand', title: '扩展信息', width: 80} {dataIndex: 'expand', title: '扩展信息', width: 80}
], ],
scrollTrigger: {}, scrollTrigger: {},
......
Supports Markdown
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