WXL
2024-08-02 1811ac2572dc2e7116f8ba4ea537abf7d57dd61e
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 },