新增echarts依赖导入,为后续运行数据大屏的图表功能做准备
@@ -187,6 +187,7 @@
<script setup name="RunScreen">
import { ref, reactive, onMounted, onUnmounted, nextTick } from 'vue'
+import * as echarts from 'echarts'
// 日期范围
const currentYear = new Date().getFullYear()