fix: 折线图,tab展示判断逻辑使用 parseFloat 函数

This commit is contained in:
@changcode
2022-11-11 10:33:00 +08:00
parent d1beba7782
commit 323ccae196
4 changed files with 11 additions and 11 deletions

View File

@@ -14,7 +14,7 @@ import { getSecond } from '@/utils/date-util'
import { api } from '@/utils/api'
import chartMixin from '@/views/charts2/chart-mixin'
import _ from 'lodash'
import { computeScore, getChainRatio } from '@/utils/tools'
import { getChainRatio } from '@/utils/tools'
import { useRoute } from 'vue-router'
import { ref } from 'vue'
export default {