|
@@ -343,6 +343,7 @@ export default {
|
|
|
{ title: '图片', dataIndex: 'pic', width: 60, scopedSlots: { customRender: 'customPic' } },
|
|
|
{ title: '条码', dataIndex: 'mBarCode', width: 120 },
|
|
|
{ title: '名称', dataIndex: 'name', width: 160, scopedSlots: { customRender: 'customName' } },
|
|
|
+ { title: '系统SKU', dataIndex: 'systemSku', width: 120 },
|
|
|
{ title: '规格', dataIndex: 'standard', width: 120 },
|
|
|
{ title: '型号', dataIndex: 'model', width: 120 },
|
|
|
{ title: '颜色', dataIndex: 'color', width: 70, ellipsis: true },
|