IDCDatasync-vue/dist22-04-07/js/chunk-5b10d27d.f56e75b6.js

1 line
12 KiB
JavaScript
Raw Normal View History

2025-01-15 20:19:34 +08:00
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-5b10d27d","chunk-06572b2b","chunk-ca221d1e","chunk-2d0df437","chunk-2d0df437","chunk-2d0df437"],{"09f7":function(t,e,n){"use strict";n.r(e);var a=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("a-card",{attrs:{bordered:!1}},[n("div",{staticClass:"table-page-search-wrapper"},[n("a-form",{attrs:{layout:"inline"},nativeOn:{keyup:function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"enter",13,e.key,"Enter")?null:t.searchQuery(e)}}},[n("a-row",{attrs:{gutter:24}})],1)],1),n("div",{staticClass:"table-operator"},[n("a-button",{attrs:{type:"primary",icon:"plus"},on:{click:t.handleAdd}},[t._v("新增")]),n("a-button",{attrs:{type:"primary",icon:"download"},on:{click:function(e){return t.handleExportXls("定时任务管理")}}},[t._v("导出")]),n("a-upload",{attrs:{name:"file",showUploadList:!1,multiple:!1,headers:t.tokenHeader,action:t.importExcelUrl},on:{change:t.handleImportExcel}},[n("a-button",{attrs:{type:"primary",icon:"import"}},[t._v("导入")])],1),n("j-super-query",{ref:"superQueryModal",attrs:{fieldList:t.superFieldList},on:{handleSuperQuery:t.handleSuperQuery}}),t.selectedRowKeys.length>0?n("a-dropdown",[n("a-menu",{attrs:{slot:"overlay"},slot:"overlay"},[n("a-menu-item",{key:"1",on:{click:t.batchDel}},[n("a-icon",{attrs:{type:"delete"}}),t._v("删除")],1)],1),n("a-button",{staticStyle:{"margin-left":"8px"}},[t._v(" 批量操作 "),n("a-icon",{attrs:{type:"down"}})],1)],1):t._e()],1),n("div",[n("div",{staticClass:"ant-alert ant-alert-info",staticStyle:{"margin-bottom":"16px"}},[n("i",{staticClass:"anticon anticon-info-circle ant-alert-icon"}),t._v(" 已选择 "),n("a",{staticStyle:{"font-weight":"600"}},[t._v(t._s(t.selectedRowKeys.length))]),t._v("项\n "),n("a",{staticStyle:{"margin-left":"24px"},on:{click:t.onClearSelected}},[t._v("清空")])]),n("a-table",{ref:"table",staticClass:"j-table-force-nowrap",attrs:{size:"middle",scroll:{x:!0},bordered:"",rowKey:"id",columns:t.columns,dataSource:t.dataSource,pagination:t.ipagination,loading:t.loading,rowSelection:{selectedRowKeys:t.selectedRowKeys,onChange:t.onSelectChange}},on:{change:t.handleTableChange},scopedSlots:t._u([{key:"htmlSlot",fn:function(e){return[n("div",{domProps:{innerHTML:t._s(e)}})]}},{key:"imgSlot",fn:function(e){return[e?n("img",{staticStyle:{"max-width":"80px","font-size":"12px","font-style":"italic"},attrs:{src:t.getImgView(e),height:"25px",alt:""}}):n("span",{staticStyle:{"font-size":"12px","font-style":"italic"}},[t._v("无图片")])]}},{key:"fileSlot",fn:function(e){return[e?n("a-button",{attrs:{ghost:!0,type:"primary",icon:"download",size:"small"},on:{click:function(n){return t.downloadFile(e)}}},[t._v("\n 下载\n ")]):n("span",{staticStyle:{"font-size":"12px","font-style":"italic"}},[t._v("无文件")])]}},{key:"action",fn:function(e,a){return n("span",{},[n("a",{on:{click:function(e){return t.handleEdit(a)}}},[t._v("编辑")]),n("a-divider",{attrs:{type:"vertical"}}),n("a-dropdown",[n("a",{staticClass:"ant-dropdown-link"},[t._v("更多 "),n("a-icon",{attrs:{type:"down"}})],1),n("a-menu",{attrs:{slot:"overlay"},slot:"overlay"},[n("a-menu-item",[n("a",{on:{click:function(e){return t.handleDetail(a)}}},[t._v("详情")])]),n("a-menu-item",[n("a-popconfirm",{attrs:{title:"确定删除吗?"},on:{confirm:function(){return t.handleDelete(a.id)}}},[n("a",[t._v("删除")])])],1)],1)],1)],1)}}])})],1),n("idc-job-schedu-modal",{ref:"modalForm",on:{ok:t.modalFormOk}})],1)},r=[],i=(n("6eb7"),n("ac0d")),o=n("b65a"),c=n("e8c5"),l=n("8c6e"),s={name:"IdcJobScheduList",mixins:[o["a"],i["b"]],components:{IdcJobScheduModal:c["default"],JSuperQuery:l["default"]},data:function(){return{description:"定时任务管理管理页面",columns:[{title:"#",dataIndex:"",key:"rowIndex",width:60,align:"center",customRender:function(t,e,n){return parseInt(n)+1}},{title:"同步策略名称",align:"center",dataIndex:"strategyName"},{title:"状态",align:"center",dataIndex:"status",customRender:function(t){return 1==t?"停止":"正常"}},{title:"cron表达式",align: