Compare commits
No commits in common. "532e72435108167251439206122c585bb2a9af0d" and "a147c60d78878bd5ff6b92e7e62a880ae4ee8c24" have entirely different histories.
532e724351
...
a147c60d78
|
@ -152,7 +152,6 @@ const getXValue = () => {
|
||||||
|
|
||||||
watch(() => useOverview.tableList, () => {
|
watch(() => useOverview.tableList, () => {
|
||||||
const time = useOverview.tableList.map(item => Number(item.timelength))
|
const time = useOverview.tableList.map(item => Number(item.timelength))
|
||||||
if(time.length === 0) return;
|
|
||||||
const avatarTime = time.reduce((acc, cur) => {
|
const avatarTime = time.reduce((acc, cur) => {
|
||||||
return acc + cur
|
return acc + cur
|
||||||
},0) / time.length
|
},0) / time.length
|
||||||
|
|
Loading…
Reference in New Issue