From 0243fa63313ebf928894a86a8b4e465465c42ecf Mon Sep 17 00:00:00 2001 From: yxh <172933527@qq.com> Date: 星期四, 29 六月 2023 18:06:22 +0800 Subject: [PATCH] Merge branch 'wulong' of http://116.62.18.175:6699/r/~yxh/smartor-web into yxh01 --- src/views/monitor/job/index.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/views/monitor/job/index.vue b/src/views/monitor/job/index.vue index 37c8fc1..e5f808d 100644 --- a/src/views/monitor/job/index.vue +++ b/src/views/monitor/job/index.vue @@ -293,6 +293,8 @@ <script> import { listJob, getJob, delJob, addJob, updateJob, runJob, changeJobStatus } from "@/api/monitor/job"; import Crontab from '@/components/Crontab' +import * as echarts from "echarts"; + export default { components: { Crontab }, -- Gitblit v1.9.3