xy 2 years ago
parent 65f5d28c5e
commit 3751b1abe6

@ -217,7 +217,7 @@ export default {
prop: "target.symbol_id",
width: 120,
formatter: (cel,data,val) => {
return this.symbols.find(i => i.id === val)?.value
return this.symbols.find(i => i.id === val)?.value;
}
},
{

Loading…
Cancel
Save