WXL
2024-07-29 dad71d3ff3fa37090c78f3d83d09db0fa54601ca
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 },