新增报表

This commit is contained in:
‘937886381’
2024-04-19 16:59:47 +08:00
parent 4482ce0433
commit 46ce982cfc
6 changed files with 586 additions and 379 deletions

View File

@@ -1,7 +1,7 @@
<!--
* @Author: zhp
* @Date: 2023-12-27 13:54:52
* @LastEditTime: 2024-04-16 13:16:34
* @LastEditTime: 2024-04-19 15:43:08
* @LastEditors: zhp
* @Description:
-->
@@ -170,7 +170,7 @@ export default {
let singleData = series.filter(function (item) {
return item.name == name
})
return name + parseFloat((singleData[0].data * 100).toFixed(0)) + '%'
return name + parseFloat((singleData[0].data * 100).toFixed(2)) + '%'
},
itemWidth: 12,
itemHeight: 12,