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

This commit is contained in:
季圣华
2021-09-20 22:37:11 +08:00
parent fa9a561034
commit 82c7dfa54b

View File

@@ -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: {},