关闭确认静态页面完成
This commit is contained in:
@@ -45,7 +45,6 @@ const { domRef, updateOptions } = useEcharts(() => ({
|
||||
},
|
||||
formatter: function (name: string) {
|
||||
var info = props.data?.find((item: { name: string }) => item.name === name);
|
||||
console.group(info)
|
||||
if(info){
|
||||
return '{name|'+name+'} {count|'+(info.value)+' 起}{rate|'+(info.rate)+' %} {money|'+(info.money)+' 万元}';
|
||||
}else{
|
||||
|
||||
Reference in New Issue
Block a user