@@ -938,7 +938,7 @@ export default {
if (res.data.status == 200) {
this.hcs = res.data.list.map((v) => ({
value: v.id,
- text: v.name,
+ text: v.name+'【'+v.brandModel+'】'+'【'+v.specification+'】',
}));
}
});