1
This commit is contained in:
parent
ffdbcaea6c
commit
1b9b12fdb4
BIN
src/assets/images/right-dap.png
Normal file
BIN
src/assets/images/right-dap.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.6 KiB |
@ -496,16 +496,17 @@ function getMessCountEchart() {
|
|||||||
if (item.show) {
|
if (item.show) {
|
||||||
return item.name;
|
return item.name;
|
||||||
}
|
}
|
||||||
})
|
}),
|
||||||
// formatter: function (params: any) {
|
formatter: function (params: any) {
|
||||||
// let val = "";
|
console.log("333333", messCountType.value.data);
|
||||||
// if (params.length > 4) {
|
let val = "";
|
||||||
// val = params.substr(0, 5) + "...";
|
if (params.length > 4) {
|
||||||
// return val;
|
val = params.substr(0, 5) + "...";
|
||||||
// } else {
|
return val;
|
||||||
// return params;
|
} else {
|
||||||
// }
|
return params;
|
||||||
// }
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
series: [
|
series: [
|
||||||
// 外侧光线
|
// 外侧光线
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user