|
@@ -94,7 +94,7 @@ export default {
|
|
|
{ title: '商品名称', dataIndex: 'name', width: 200, align: 'center' },
|
|
|
{ title: '商品分类', dataIndex: 'goodsTypeName', width: 200, align: 'center' },
|
|
|
{ title: '商品价格(乐豆)', dataIndex: 'originalGold', width: 150, align: 'center' },
|
|
|
- { title: '供货商', dataIndex: 'officialPartnerName', width: 100, align: 'center' },
|
|
|
+ { title: '供货商', dataIndex: 'officialPartnerSimpleName', width: 100, align: 'center' },
|
|
|
{ title: '商品状态', scopedSlots: { customRender: 'state' }, width: 100, align: 'center' },
|
|
|
{ title: '库存数量', dataIndex: 'inventoryQty', width: 100, align: 'center' },
|
|
|
{ title: '已售数量', dataIndex: 'sellQty', width: 100, align: 'center' },
|