code refactor

This commit is contained in:
MaysWind
2025-01-25 20:02:14 +08:00
parent a0b9ca7fae
commit 2902fae1df
+1 -1
View File
@@ -121,7 +121,7 @@ const firstItemAndHalfCurrentItemTotalPercent = computed<number>(() => {
}
});
const chartOptions = computed(() => {
const chartOptions = computed<object>(() => {
return {
tooltip: {
trigger: 'item',