gtsoft-snail-job-server/easy-retry-server/easy-retry-server-starter/src/main/resources/admin/js/chunk-2b85f358.c0993591.js

1 line
7.1 KiB
JavaScript
Raw Normal View History

(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-2b85f358"],{"38b7":function(t,o){var e={jobStatusEnum:{0:{name:"关闭",color:"#9c1f1f"},1:{name:"开启",color:"#f5a22d"}},taskType:{1:{name:"集群模式",color:"#d06892"},2:{name:"广播模式",color:"#f5a22d"},3:{name:"分片模式",color:"#e1f52d"}},triggerType:{1:{name:"CRON表达式",color:"#d06892"},2:{name:"固定时间",color:"#f5a22d"}},blockStrategy:{1:{name:"丢弃策略",color:"#d06892"},2:{name:"覆盖",color:"#f5a22d"},3:{name:"并行",color:"#e1f52d"}},executorType:{1:{name:"Java",color:"#d06892"}},routeKey:{4:{name:"轮询",color:"#8f68d2"},1:{name:"一致性Hash",color:"#d06892"},2:{name:"随机",color:"#f5a22d"},3:{name:"LRU",color:"#e1f52d"}},taskBatchStatus:{1:{name:"待处理",color:"#64a6ea"},2:{name:"运行中",color:"#1b7ee5"},3:{name:"成功",color:"#087da1"},4:{name:"失败",color:"#f52d80"},5:{name:"停止",color:"#ac2df5"},6:{name:"取消",color:"#f5732d"}},operationReason:{0:{name:""},1:{name:"执行超时",color:"#64a6ea"},2:{name:"无客户端节点",color:"#1b7ee5"},3:{name:"任务已关闭",color:"#087da1"},4:{name:"任务丢弃",color:"#3a2f81"},5:{name:"任务被覆盖",color:"#c2238a"},6:{name:"无可执行任务项",color:"#23c28a"},7:{name:"任务执行期间发生非预期异常",color:"#bdc223"},8:{name:"手动停止",color:"#23c28a"}},taskStatus:{2:{name:"运行中",color:"#1b7ee5"},3:{name:"成功",color:"#087da1"},4:{name:"失败",color:"#f52d80"},5:{name:"停止",color:"#ac2df5"}}};t.exports=e},"3b7a":function(t,o,e){"use strict";e.d(o,"l",(function(){return n})),e.d(o,"j",(function(){return s})),e.d(o,"g",(function(){return c})),e.d(o,"k",(function(){return b})),e.d(o,"a",(function(){return i})),e.d(o,"n",(function(){return u})),e.d(o,"f",(function(){return l})),e.d(o,"h",(function(){return m})),e.d(o,"e",(function(){return d})),e.d(o,"d",(function(){return f})),e.d(o,"c",(function(){return p})),e.d(o,"b",(function(){return j})),e.d(o,"i",(function(){return g})),e.d(o,"m",(function(){return y}));var a=e("b775"),r={jobList:"/job/list",jobDetail:"/job/",saveJob:"/job/",updateJob:"/job/",updateJobStatus:"/job/status",delJob:"/job/",timeByCron:"/job/cron",jobNameList:"/job/job-name/list",triggerJob:"/job/trigger/",jobBatchList:"/job/batch/list",jobBatchDetail:"/job/batch/",stop:"/job/batch/stop/",jobTaskList:"/job/task/list",jobLogList:"/job/log/list"};function n(t){return Object(a["b"])({url:r.triggerJob+t,method:"post"})}function s(t){return Object(a["b"])({url:r.stop+t,method:"post"})}function c(t){return Object(a["b"])({url:r.jobNameList,method:"get",params:t})}function b(t){return Object(a["b"])({url:r.timeByCron,method:"get",params:t})}function i(t){return Object(a["b"])({url:r.delJob+t,method:"delete"})}function u(t){return Object(a["b"])({url:r.updateJobStatus,method:"put",data:t})}function l(t){return Object(a["b"])({url:r.jobLogList,method:"get",params:t})}function m(t){return Object(a["b"])({url:r.jobTaskList,method:"get",params:t})}function d(t){return Object(a["b"])({url:r.jobBatchList,method:"get",params:t})}function f(t){return Object(a["b"])({url:r.jobBatchDetail+t,method:"get"})}function p(t){return Object(a["b"])({url:r.jobList,method:"get",params:t})}function j(t){return Object(a["b"])({url:r.jobDetail+t,method:"get"})}function g(t){return Object(a["b"])({url:r.saveJob,method:"post",data:t})}function y(t){return Object(a["b"])({url:r.updateJob,method:"put",data:t})}},6289:function(t,o,e){"use strict";e.r(o);e("ac1f"),e("5319"),e("b0c0"),e("a15b"),e("d81d"),e("b64b"),e("99af");var a=function(){var t=this,o=t._self._c;return o("div",[t.showHeader?o("page-header-wrapper",{staticStyle:{margin:"-24px -1px 0"},on:{back:function(){return t.$router.replace("/job/list")}}},[o("div")]):t._e(),null!==t.jobInfo?o("a-card",{attrs:{bordered:!1}},[o("a-descriptions",{attrs:{title:"",column:t.column,bordered:""}},[o("a-descriptions-item",{attrs:{label:"组名称"}},[t._v(" "+t._s(t.jobInfo.groupName)+" ")]),o("a-descriptions-item",{attrs:{label:"任务名称"}},[t._v(" "+t._s(t.jobInfo.jobName)+" ")]),o("a-des