pengwei
2025-03-12 18fcb8ad28f583e3e1b99b23e4f7d9e1833dcd83
项目代码/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>