|
@@ -162,7 +162,7 @@ export default {
|
|
|
productCode: item.productCode,
|
|
|
expense: item.expense,
|
|
|
productBrandName: item.productBrandName,
|
|
|
- productTypeShowName: (item.productTypeName1 || item.productTypeName2) + (item.productTypeName3 ? (+'>' + item.productTypeName3) : '')
|
|
|
+ productTypeShowName: (item.productTypeName3 ? (item.productTypeName2 + '>' + item.productTypeName3) : (item.productTypeName1 || item.productTypeName2 || ''))
|
|
|
})
|
|
|
})
|
|
|
return ret
|