Explorar el Código

feat(runScreen): 引入echarts库用于图表展示

新增echarts依赖导入,为后续运行数据大屏的图表功能做准备
huoyi hace 1 mes
padre
commit
ae15fe9731
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/runData/runScreen/index.vue

+ 1 - 0
src/views/runData/runScreen/index.vue

@@ -187,6 +187,7 @@
187 187
 
188 188
 <script setup name="RunScreen">
189 189
 import { ref, reactive, onMounted, onUnmounted, nextTick } from 'vue'
190
+import * as echarts from 'echarts'
190 191
 
191 192
 // 日期范围
192 193
 const currentYear = new Date().getFullYear()