|
@@ -141,13 +141,13 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
title: '产品编码',
|
|
|
- dataIndex: 'dealerProductEntity.code',
|
|
|
+ dataIndex: 'productEntity.code',
|
|
|
align: 'center',
|
|
|
width: 160
|
|
|
},
|
|
|
{
|
|
|
title: '产品名称',
|
|
|
- dataIndex: 'dealerProductEntity.name',
|
|
|
+ dataIndex: 'productEntity.name',
|
|
|
align: 'center',
|
|
|
width: 200
|
|
|
},
|
|
@@ -173,7 +173,7 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
title: '单位',
|
|
|
- dataIndex: 'dealerProductEntity.unit',
|
|
|
+ dataIndex: 'productEntity.unit',
|
|
|
align: 'center',
|
|
|
width: 100
|
|
|
},
|