change field

This commit is contained in:
liangping 2022-11-20 08:07:41 +08:00
parent 938a2d4a3b
commit 18612d438a

View File

@ -275,7 +275,7 @@ export default {
const txt = text.substring(text.indexOf(':') + 1, text.indexOf(' ')) const txt = text.substring(text.indexOf(':') + 1, text.indexOf(' '))
const sig = text.split(' ') const sig = text.split(' ')
const val = this.vals.find(x => x.hex.startsWith(txt)) const val = this.vals.find(x => x.hex.startsWith(txt))
return `${val?.description?.moniker || txt} - ${sig[3]}` return `${val?.description?.moniker || txt} - ${sig[2]}`
}, },
}, },