Commit 3a95ce0e authored by 张恒's avatar 张恒

调整组件引用ECharts名称

parent c6d5f3cd
......@@ -2,7 +2,7 @@
<div ref="chart" style="width: 100%;height: 50%;" @click=""/>
</template>
<script>
import * as echarts from "_echarts@5.4.3@echarts";
import * as echarts from "echarts";
export default {
name:"RingPieChart",
......
......@@ -25,7 +25,7 @@
import TitleContentMark from "../components/layout/title-content-mark.vue";
import TableColumn from "../components/table/table-column.vue";
import ContrastCard from "../components/card/contrast-card.vue";
import * as echarts from "_echarts@5.4.3@echarts";
import * as echarts from "echarts";
export default {
name:"TurnoverDetail",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment