Compare commits
No commits in common. "ead9ebd6eb45411d149f24b7b52b7edbae0ac266" and "a0477a18df27efa55bcdae7f69da651ca1543747" have entirely different histories.
ead9ebd6eb
...
a0477a18df
|
@ -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