Files
education/frontend/node_modules/.cache/vue-loader/d725299dc45dddfe386f4355ca2e6c02.json
T

1 line
21 KiB
JSON

{"remainingRequest":"C:\\Users\\Admin\\Desktop\\education\\frontend\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\Admin\\Desktop\\education\\frontend\\src\\views\\monitor\\job\\index.vue?vue&type=style&index=0&id=25995d61&scoped=true&lang=css","dependencies":[{"path":"C:\\Users\\Admin\\Desktop\\education\\frontend\\src\\views\\monitor\\job\\index.vue","mtime":1787567871625},{"path":"C:\\Users\\Admin\\Desktop\\education\\frontend\\node_modules\\css-loader\\dist\\cjs.js","mtime":1787309792478},{"path":"C:\\Users\\Admin\\Desktop\\education\\frontend\\node_modules\\vue-loader\\lib\\loaders\\stylePostLoader.js","mtime":1787309794547},{"path":"C:\\Users\\Admin\\Desktop\\education\\frontend\\node_modules\\postcss-loader\\src\\index.js","mtime":1787309793084},{"path":"C:\\Users\\Admin\\Desktop\\education\\frontend\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1787309791955},{"path":"C:\\Users\\Admin\\Desktop\\education\\frontend\\node_modules\\vue-loader\\lib\\index.js","mtime":1787309793790}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:CgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKDQoubW9uaXRvci1qb2IgOjp2LWRlZXAgLmVsLXRhYmxlIDo6LXdlYmtpdC1zY3JvbGxiYXIgew0KICBkaXNwbGF5OiBub25lOw0KfQ0KLm1vbml0b3Itam9iIDo6di1kZWVwIC5lbC10YWJsZSB7DQogIHNjcm9sbGJhci13aWR0aDogbm9uZTsNCiAgLW1zLW92ZXJmbG93LXN0eWxlOiBub25lOw0KfQ0KLm1vbml0b3Itam9iIDo6di1kZWVwIC5lbC10YWJsZV9fYm9keS13cmFwcGVyOjotd2Via2l0LXNjcm9sbGJhciB7DQogIGRpc3BsYXk6IG5vbmU7DQp9DQoubW9uaXRvci1qb2IgOjp2LWRlZXAgLmVsLXRhYmxlX19ib2R5LXdyYXBwZXIgew0KICBzY3JvbGxiYXItd2lkdGg6IG5vbmU7DQogIC1tcy1vdmVyZmxvdy1zdHlsZTogbm9uZTsNCn0NCg=="},{"version":3,"sources":["index.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6eA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","file":"index.vue","sourceRoot":"src/views/monitor/job","sourcesContent":["<template>\r\n <div class=\"app-container monitor-job\">\r\n <el-form :model=\"queryParams\" ref=\"queryForm\" size=\"small\" :inline=\"true\" v-show=\"showSearch\" label-width=\"68px\">\r\n <el-form-item label=\"任务名称\" prop=\"jobName\">\r\n <el-input\r\n v-model=\"queryParams.jobName\"\r\n placeholder=\"请输入任务名称\"\r\n clearable\r\n @keyup.enter.native=\"handleQuery\"\r\n />\r\n </el-form-item>\r\n <el-form-item label=\"任务组名\" prop=\"jobGroup\">\r\n <el-select v-model=\"queryParams.jobGroup\" placeholder=\"请选择任务组名\" clearable>\r\n <el-option\r\n v-for=\"dict in dict.type.sys_job_group\"\r\n :key=\"dict.value\"\r\n :label=\"dict.label\"\r\n :value=\"dict.value\"\r\n />\r\n </el-select>\r\n </el-form-item>\r\n <el-form-item label=\"任务状态\" prop=\"status\">\r\n <el-select v-model=\"queryParams.status\" placeholder=\"请选择任务状态\" clearable>\r\n <el-option\r\n v-for=\"dict in dict.type.sys_job_status\"\r\n :key=\"dict.value\"\r\n :label=\"dict.label\"\r\n :value=\"dict.value\"\r\n />\r\n </el-select>\r\n </el-form-item>\r\n <el-form-item>\r\n <el-button type=\"primary\" icon=\"el-icon-search\" size=\"mini\" @click=\"handleQuery\">搜索</el-button>\r\n <el-button icon=\"el-icon-refresh\" size=\"mini\" @click=\"resetQuery\">重置</el-button>\r\n </el-form-item>\r\n </el-form>\r\n\r\n <el-row :gutter=\"10\" class=\"mb8\">\r\n <el-col :span=\"1.5\">\r\n <el-button\r\n type=\"primary\"\r\n plain\r\n icon=\"el-icon-plus\"\r\n size=\"mini\"\r\n @click=\"handleAdd\"\r\n v-hasPermi=\"['monitor:job:add']\"\r\n >新增</el-button>\r\n </el-col>\r\n <el-col :span=\"1.5\">\r\n <el-button\r\n type=\"success\"\r\n plain\r\n icon=\"el-icon-edit\"\r\n size=\"mini\"\r\n :disabled=\"single\"\r\n @click=\"handleUpdate\"\r\n v-hasPermi=\"['monitor:job:edit']\"\r\n >修改</el-button>\r\n </el-col>\r\n <el-col :span=\"1.5\">\r\n <el-button\r\n type=\"danger\"\r\n plain\r\n icon=\"el-icon-delete\"\r\n size=\"mini\"\r\n :disabled=\"multiple\"\r\n @click=\"handleDelete\"\r\n v-hasPermi=\"['monitor:job:remove']\"\r\n >删除</el-button>\r\n </el-col>\r\n <el-col :span=\"1.5\">\r\n <el-button\r\n type=\"warning\"\r\n plain\r\n icon=\"el-icon-download\"\r\n size=\"mini\"\r\n @click=\"handleExport\"\r\n v-hasPermi=\"['monitor:job:export']\"\r\n >导出</el-button>\r\n </el-col>\r\n <el-col :span=\"1.5\">\r\n <el-button\r\n type=\"info\"\r\n plain\r\n icon=\"el-icon-s-operation\"\r\n size=\"mini\"\r\n @click=\"handleJobLog\"\r\n v-hasPermi=\"['monitor:job:query']\"\r\n >日志</el-button>\r\n </el-col>\r\n <right-toolbar :showSearch.sync=\"showSearch\" @queryTable=\"getList\"></right-toolbar>\r\n </el-row>\r\n\r\n <el-table v-loading=\"loading\" :data=\"jobList\" @selection-change=\"handleSelectionChange\" :height=\"tableHeight\">\r\n <el-table-column type=\"selection\" width=\"55\" align=\"center\" />\r\n <el-table-column label=\"任务编号\" width=\"100\" align=\"center\" prop=\"jobId\" />\r\n <el-table-column label=\"任务名称\" align=\"center\" :show-overflow-tooltip=\"true\">\r\n <template slot-scope=\"scope\">\r\n <a class=\"link-type\" style=\"cursor:pointer\" @click=\"handleView(scope.row)\">{{ scope.row.jobName }}</a>\r\n </template>\r\n </el-table-column>\r\n <el-table-column label=\"任务组名\" align=\"center\" prop=\"jobGroup\">\r\n <template slot-scope=\"scope\">\r\n <dict-tag :options=\"dict.type.sys_job_group\" :value=\"scope.row.jobGroup\"/>\r\n </template>\r\n </el-table-column>\r\n <el-table-column label=\"调用目标字符串\" align=\"center\" prop=\"invokeTarget\" :show-overflow-tooltip=\"true\" />\r\n <el-table-column label=\"cron执行表达式\" align=\"center\" prop=\"cronExpression\" :show-overflow-tooltip=\"true\" />\r\n <el-table-column label=\"状态\" align=\"center\">\r\n <template slot-scope=\"scope\">\r\n <el-switch\r\n v-model=\"scope.row.status\"\r\n active-value=\"0\"\r\n inactive-value=\"1\"\r\n @change=\"handleStatusChange(scope.row)\"\r\n ></el-switch>\r\n </template>\r\n </el-table-column>\r\n <el-table-column label=\"操作\" align=\"center\" class-name=\"small-padding fixed-width\">\r\n <template slot-scope=\"scope\">\r\n <el-button\r\n size=\"mini\"\r\n type=\"text\"\r\n icon=\"el-icon-edit\"\r\n @click=\"handleUpdate(scope.row)\"\r\n v-hasPermi=\"['monitor:job:edit']\"\r\n >修改</el-button>\r\n <el-button\r\n size=\"mini\"\r\n type=\"text\"\r\n icon=\"el-icon-delete\"\r\n @click=\"handleDelete(scope.row)\"\r\n v-hasPermi=\"['monitor:job:remove']\"\r\n >删除</el-button>\r\n <el-dropdown size=\"mini\" @command=\"(command) => handleCommand(command, scope.row)\" v-hasPermi=\"['monitor:job:changeStatus', 'monitor:job:query']\">\r\n <el-button size=\"mini\" type=\"text\" icon=\"el-icon-d-arrow-right\">更多</el-button>\r\n <el-dropdown-menu slot=\"dropdown\">\r\n <el-dropdown-item command=\"handleRun\" icon=\"el-icon-caret-right\"\r\n v-hasPermi=\"['monitor:job:changeStatus']\">执行一次</el-dropdown-item>\r\n <el-dropdown-item command=\"handleJobLog\" icon=\"el-icon-s-operation\"\r\n v-hasPermi=\"['monitor:job:query']\">调度日志</el-dropdown-item>\r\n </el-dropdown-menu>\r\n </el-dropdown>\r\n </template>\r\n </el-table-column>\r\n </el-table>\r\n\r\n <pagination\r\n v-show=\"total>0\"\r\n :total=\"total\"\r\n :page.sync=\"queryParams.pageNum\"\r\n :limit.sync=\"queryParams.pageSize\"\r\n @pagination=\"getList\"\r\n />\r\n\r\n <!-- 添加或修改定时任务对话框 -->\r\n <el-dialog :title=\"title\" :visible.sync=\"open\" width=\"800px\" append-to-body>\r\n <el-form ref=\"form\" :model=\"form\" :rules=\"rules\" label-width=\"120px\">\r\n <el-row>\r\n <el-col :span=\"12\">\r\n <el-form-item label=\"任务名称\" prop=\"jobName\">\r\n <el-input v-model=\"form.jobName\" placeholder=\"请输入任务名称\" />\r\n </el-form-item>\r\n </el-col>\r\n <el-col :span=\"12\">\r\n <el-form-item label=\"任务分组\" prop=\"jobGroup\">\r\n <el-select v-model=\"form.jobGroup\" placeholder=\"请选择任务分组\">\r\n <el-option\r\n v-for=\"dict in dict.type.sys_job_group\"\r\n :key=\"dict.value\"\r\n :label=\"dict.label\"\r\n :value=\"dict.value\"\r\n ></el-option>\r\n </el-select>\r\n </el-form-item>\r\n </el-col>\r\n <el-col :span=\"24\">\r\n <el-form-item prop=\"invokeTarget\">\r\n <span slot=\"label\">\r\n 调用方法\r\n <el-tooltip placement=\"top\">\r\n <div slot=\"content\">\r\n Bean调用示例:ryTask.ryParams('ry')\r\n <br />Class类调用示例:com.roomroot.quartz.task.RyTask.ryParams('ry')\r\n <br />参数说明:支持字符串,布尔类型,长整型,浮点型,整型\r\n </div>\r\n <i class=\"el-icon-question\"></i>\r\n </el-tooltip>\r\n </span>\r\n <el-input v-model=\"form.invokeTarget\" placeholder=\"请输入调用目标字符串\" />\r\n </el-form-item>\r\n </el-col>\r\n <el-col :span=\"24\">\r\n <el-form-item label=\"cron表达式\" prop=\"cronExpression\">\r\n <el-input v-model=\"form.cronExpression\" placeholder=\"请输入cron执行表达式\">\r\n <template slot=\"append\">\r\n <el-button type=\"primary\" @click=\"handleShowCron\">\r\n 生成表达式\r\n <i class=\"el-icon-time el-icon--right\"></i>\r\n </el-button>\r\n </template>\r\n </el-input>\r\n </el-form-item>\r\n </el-col>\r\n <el-col :span=\"24\" v-if=\"form.jobId !== undefined\">\r\n <el-form-item label=\"状态\">\r\n <el-radio-group v-model=\"form.status\">\r\n <el-radio\r\n v-for=\"dict in dict.type.sys_job_status\"\r\n :key=\"dict.value\"\r\n :label=\"dict.value\"\r\n >{{dict.label}}</el-radio>\r\n </el-radio-group>\r\n </el-form-item>\r\n </el-col>\r\n <el-col :span=\"12\">\r\n <el-form-item label=\"执行策略\" prop=\"misfirePolicy\">\r\n <el-radio-group v-model=\"form.misfirePolicy\" size=\"small\">\r\n <el-radio-button label=\"1\">立即执行</el-radio-button>\r\n <el-radio-button label=\"2\">执行一次</el-radio-button>\r\n <el-radio-button label=\"3\">放弃执行</el-radio-button>\r\n </el-radio-group>\r\n </el-form-item>\r\n </el-col>\r\n <el-col :span=\"12\">\r\n <el-form-item label=\"是否并发\" prop=\"concurrent\">\r\n <el-radio-group v-model=\"form.concurrent\" size=\"small\">\r\n <el-radio-button label=\"0\">允许</el-radio-button>\r\n <el-radio-button label=\"1\">禁止</el-radio-button>\r\n </el-radio-group>\r\n </el-form-item>\r\n </el-col>\r\n </el-row>\r\n </el-form>\r\n <div slot=\"footer\" class=\"dialog-footer\">\r\n <el-button type=\"primary\" @click=\"submitForm\">确 定</el-button>\r\n <el-button @click=\"cancel\">取 消</el-button>\r\n </div>\r\n </el-dialog>\r\n\r\n <el-dialog title=\"Cron表达式生成器\" :visible.sync=\"openCron\" append-to-body destroy-on-close class=\"scrollbar\">\r\n <crontab @hide=\"openCron=false\" @fill=\"crontabFill\" :expression=\"expression\"></crontab>\r\n </el-dialog>\r\n\r\n <!-- 任务日志详细 -->\r\n <job-detail :visible.sync=\"openView\" :row=\"form\" type=\"job\" />\r\n </div>\r\n</template>\r\n\r\n<script>\r\nimport { listJob, getJob, delJob, addJob, updateJob, runJob, changeJobStatus } from \"@/api/monitor/job\"\r\nimport JobDetail from './detail'\r\nimport Crontab from '@/components/Crontab'\r\n\r\nexport default {\r\n components: { Crontab, JobDetail },\r\n name: \"Job\",\r\n dicts: ['sys_job_group', 'sys_job_status'],\r\n data() {\r\n return {\r\n // 遮罩层\r\n loading: true,\r\n // 选中数组\r\n ids: [],\r\n // 非单个禁用\r\n single: true,\r\n // 非多个禁用\r\n multiple: true,\r\n // 显示搜索条件\r\n showSearch: true,\r\n // 总条数\r\n total: 0,\r\n // 定时任务表格数据\r\n jobList: [],\r\n // 弹出层标题\r\n title: \"\",\r\n // 是否显示弹出层\r\n open: false,\r\n // 是否显示详细弹出层\r\n openView: false,\r\n // 是否显示Cron表达式弹出层\r\n openCron: false,\r\n // 传入的表达式\r\n expression: \"\",\r\n // 表格高度\r\n tableHeight: window.innerHeight - 240,\r\n // 查询参数\r\n queryParams: {\r\n pageNum: 1,\r\n pageSize: 10,\r\n jobName: undefined,\r\n jobGroup: undefined,\r\n status: undefined\r\n },\r\n // 表单参数\r\n form: {},\r\n // 表单校验\r\n rules: {\r\n jobName: [\r\n { required: true, message: \"任务名称不能为空\", trigger: \"blur\" }\r\n ],\r\n invokeTarget: [\r\n { required: true, message: \"调用目标字符串不能为空\", trigger: \"blur\" }\r\n ],\r\n cronExpression: [\r\n { required: true, message: \"cron执行表达式不能为空\", trigger: \"blur\" }\r\n ]\r\n }\r\n }\r\n },\r\n created() {\r\n this.getList()\r\n },\r\n mounted() {\r\n this.getTableHeight()\r\n window.addEventListener('resize', this.getTableHeight)\r\n },\r\n beforeDestroy() {\r\n window.removeEventListener('resize', this.getTableHeight)\r\n },\r\n watch: {\r\n showSearch() {\r\n this.$nextTick(() => {\r\n this.getTableHeight()\r\n })\r\n }\r\n },\r\n methods: {\r\n getTableHeight() {\r\n const offset = this.showSearch ? 240 : 190\r\n this.tableHeight = window.innerHeight - offset\r\n },\r\n /** 查询定时任务列表 */\r\n getList() {\r\n this.loading = true\r\n listJob(this.queryParams).then(response => {\r\n this.jobList = response.rows\r\n this.total = response.total\r\n this.loading = false\r\n })\r\n },\r\n // 任务组名字典翻译\r\n jobGroupFormat(row, column) {\r\n return this.selectDictLabel(this.dict.type.sys_job_group, row.jobGroup)\r\n },\r\n // 取消按钮\r\n cancel() {\r\n this.open = false\r\n this.reset()\r\n },\r\n // 表单重置\r\n reset() {\r\n this.form = {\r\n jobId: undefined,\r\n jobName: undefined,\r\n jobGroup: undefined,\r\n invokeTarget: undefined,\r\n cronExpression: undefined,\r\n misfirePolicy: 1,\r\n concurrent: 1,\r\n status: \"0\"\r\n }\r\n this.resetForm(\"form\")\r\n },\r\n /** 搜索按钮操作 */\r\n handleQuery() {\r\n this.queryParams.pageNum = 1\r\n this.getList()\r\n },\r\n /** 重置按钮操作 */\r\n resetQuery() {\r\n this.resetForm(\"queryForm\")\r\n this.handleQuery()\r\n },\r\n // 多选框选中数据\r\n handleSelectionChange(selection) {\r\n this.ids = selection.map(item => item.jobId)\r\n this.single = selection.length != 1\r\n this.multiple = !selection.length\r\n },\r\n // 更多操作触发\r\n handleCommand(command, row) {\r\n switch (command) {\r\n case \"handleRun\":\r\n this.handleRun(row)\r\n break\r\n case \"handleView\":\r\n this.handleView(row)\r\n break\r\n case \"handleJobLog\":\r\n this.handleJobLog(row)\r\n break\r\n default:\r\n break\r\n }\r\n },\r\n // 任务状态修改\r\n handleStatusChange(row) {\r\n let text = row.status === \"0\" ? \"启用\" : \"停用\"\r\n this.$modal.confirm('确认要\"' + text + '\"\"' + row.jobName + '\"任务吗?').then(function() {\r\n return changeJobStatus(row.jobId, row.status)\r\n }).then(() => {\r\n this.$modal.msgSuccess(text + \"成功\")\r\n }).catch(function() {\r\n row.status = row.status === \"0\" ? \"1\" : \"0\"\r\n })\r\n },\r\n /* 立即执行一次 */\r\n handleRun(row) {\r\n this.$modal.confirm('确认要立即执行一次\"' + row.jobName + '\"任务吗?').then(function() {\r\n return runJob(row.jobId, row.jobGroup)\r\n }).then(() => {\r\n this.$modal.msgSuccess(\"执行成功\")\r\n }).catch(() => {})\r\n },\r\n /** 任务详细信息 */\r\n handleView(row) {\r\n getJob(row.jobId).then(response => {\r\n this.form = response.data\r\n this.openView = true\r\n })\r\n },\r\n /** cron表达式按钮操作 */\r\n handleShowCron() {\r\n this.expression = this.form.cronExpression\r\n this.openCron = true\r\n },\r\n /** 确定后回传值 */\r\n crontabFill(value) {\r\n this.form.cronExpression = value\r\n },\r\n /** 任务日志列表查询 */\r\n handleJobLog(row) {\r\n const jobId = row.jobId || 0\r\n this.$router.push('/monitor/job-log/index/' + jobId)\r\n },\r\n /** 新增按钮操作 */\r\n handleAdd() {\r\n this.reset()\r\n this.open = true\r\n this.title = \"添加任务\"\r\n },\r\n /** 修改按钮操作 */\r\n handleUpdate(row) {\r\n this.reset()\r\n const jobId = row.jobId || this.ids\r\n getJob(jobId).then(response => {\r\n this.form = response.data\r\n this.open = true\r\n this.title = \"修改任务\"\r\n })\r\n },\r\n /** 提交按钮 */\r\n submitForm() {\r\n this.$refs[\"form\"].validate(valid => {\r\n if (valid) {\r\n if (this.form.jobId != undefined) {\r\n updateJob(this.form).then(() => {\r\n this.$modal.msgSuccess(\"修改成功\")\r\n this.open = false\r\n this.getList()\r\n })\r\n } else {\r\n addJob(this.form).then(() => {\r\n this.$modal.msgSuccess(\"新增成功\")\r\n this.open = false\r\n this.getList()\r\n })\r\n }\r\n }\r\n })\r\n },\r\n /** 删除按钮操作 */\r\n handleDelete(row) {\r\n const jobIds = row.jobId || this.ids\r\n this.$modal.confirm('是否确认删除定时任务编号为\"' + jobIds + '\"的数据项?').then(function() {\r\n return delJob(jobIds)\r\n }).then(() => {\r\n this.getList()\r\n this.$modal.msgSuccess(\"删除成功\")\r\n }).catch(() => {})\r\n },\r\n /** 导出按钮操作 */\r\n handleExport() {\r\n this.download('monitor/job/export', {\r\n ...this.queryParams\r\n }, `job_${new Date().getTime()}.xlsx`)\r\n }\r\n }\r\n}\r\n</script>\r\n\r\n<style scoped>\r\n.monitor-job ::v-deep .el-table ::-webkit-scrollbar {\r\n display: none;\r\n}\r\n.monitor-job ::v-deep .el-table {\r\n scrollbar-width: none;\r\n -ms-overflow-style: none;\r\n}\r\n.monitor-job ::v-deep .el-table__body-wrapper::-webkit-scrollbar {\r\n display: none;\r\n}\r\n.monitor-job ::v-deep .el-table__body-wrapper {\r\n scrollbar-width: none;\r\n -ms-overflow-style: none;\r\n}\r\n</style>\r\n"]}]}