WXL
2023-12-04 6b39414f0ec1ce55e5b399dce79604c6fdcfdc0c
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 },