|
@@ -82,7 +82,7 @@ const table = {
|
|
{ dataIndex: 'position', title: '仓库货架' },
|
|
{ dataIndex: 'position', title: '仓库货架' },
|
|
],
|
|
],
|
|
checkGoodsColumns: [
|
|
checkGoodsColumns: [
|
|
- { dataIndex: 'categoryName', title: '商品类别', scopedSlots: { customRender: 'categoryName' } },
|
|
|
|
|
|
+ { dataIndex: 'categoryName', title: '商品类别' },
|
|
{ dataIndex: 'name', title: '商品名称' },
|
|
{ dataIndex: 'name', title: '商品名称' },
|
|
{ dataIndex: 'systemSku', title: '系统SKU' },
|
|
{ dataIndex: 'systemSku', title: '系统SKU' },
|
|
{ dataIndex: 'batchNumber', title: '批次号' },
|
|
{ dataIndex: 'batchNumber', title: '批次号' },
|