Compare commits
2 Commits
a147c60d78
...
532e724351
Author | SHA1 | Date |
---|---|---|
yangws | 532e724351 | |
小杨 | ead9ebd6eb |
|
@ -152,6 +152,7 @@ const getXValue = () => {
|
|||
|
||||
watch(() => useOverview.tableList, () => {
|
||||
const time = useOverview.tableList.map(item => Number(item.timelength))
|
||||
if(time.length === 0) return;
|
||||
const avatarTime = time.reduce((acc, cur) => {
|
||||
return acc + cur
|
||||
},0) / time.length
|
||||
|
|
Loading…
Reference in New Issue