完成率排序错误

This commit is contained in:
2026-05-12 15:22:30 +08:00
parent ad1cbee74a
commit 1e8fbc5f5a
2 changed files with 2 additions and 2 deletions

View File

@@ -144,7 +144,7 @@ export default {
{ offset: 1, color: 'rgba(40, 138, 255, 0)' }
])
},
data: data.rate || [],
data: data.rates || [],
symbol: 'circle',
symbolSize: 6
},

View File

@@ -144,7 +144,7 @@ export default {
{ offset: 1, color: 'rgba(40, 138, 255, 0)' }
])
},
data: data.rate || [],
data: data.rates || [],
symbol: 'circle',
symbolSize: 6
},