From 18fcb8ad28f583e3e1b99b23e4f7d9e1833dcd83 Mon Sep 17 00:00:00 2001 From: pengwei <2071057782@qq.com> Date: 星期三, 12 三月 2025 14:16:30 +0800 Subject: [PATCH] 最新提交 --- 项目代码/client/src/views/tts/TheCurrentJob/Startjob.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/tts/TheCurrentJob/Startjob.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/tts/TheCurrentJob/Startjob.vue" index 1de4405..10aad1e 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/tts/TheCurrentJob/Startjob.vue" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/tts/TheCurrentJob/Startjob.vue" @@ -230,6 +230,7 @@ > </div> </div> + <div style=" display: flex; @@ -276,8 +277,7 @@ </div> </template> <script setup> -import { color } from "echarts"; -import { ref } from "vue"; +import { ref, onMounted } from "vue"; const gridData = ref([]); </script> -- Gitblit v1.9.3