From 72d4069537a69099d1f3afd88e30fa1524afe9fa Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: Fri, 27 Oct 2023 12:25:54 +0800
Subject: [PATCH] 优化数字金额大写转换精度丢失问题(I81IJA)
---
ruoyi-ui/src/views/dashboard/BarChart.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ruoyi-ui/src/views/dashboard/BarChart.vue b/ruoyi-ui/src/views/dashboard/BarChart.vue
index 6b464e1..5be49bc 100644
--- a/ruoyi-ui/src/views/dashboard/BarChart.vue
+++ b/ruoyi-ui/src/views/dashboard/BarChart.vue
@@ -3,7 +3,7 @@
</template>
<script>
-import echarts from 'echarts'
+import * as echarts from 'echarts';
require('echarts/theme/macarons') // echarts theme
import resize from './mixins/resize'
--
Gitblit v1.9.2