@@ -140,7 +140,7 @@ export default {
if (matchedItem) {
return h('span', matchedItem.label)
} else {
- return h('span', {}, '')
+ return h('span', {}, params.row.aircraftTypeName)
}
},