开发工具-定时任务-列宽可拖拽
This commit is contained in:
@@ -59,6 +59,7 @@
|
||||
size="middle"
|
||||
bordered
|
||||
rowKey="id"
|
||||
:components="drag(columns,'columns')"
|
||||
:columns="columns"
|
||||
:dataSource="dataSource"
|
||||
:pagination="ipagination"
|
||||
@@ -113,10 +114,11 @@
|
||||
import { getAction } from '@/api/manage'
|
||||
import { JeroListMixin } from '@/mixins/JeroListMixin'
|
||||
import JEllipsis from "@/components/jero/JEllipsis";
|
||||
import { ResizeHeader, ResizeColumnProvide } from '@/mixins/header'
|
||||
|
||||
export default {
|
||||
name: "QuartzJobList",
|
||||
mixins:[JeroListMixin],
|
||||
mixins:[JeroListMixin, ResizeHeader, ResizeColumnProvide],
|
||||
components: {
|
||||
QuartzJobModal,
|
||||
JEllipsis
|
||||
@@ -153,11 +155,13 @@
|
||||
/* customRender:function (text) {
|
||||
return "*"+text.substring(9,text.length);
|
||||
}*/
|
||||
width: 612
|
||||
},
|
||||
{
|
||||
title: 'cron表达式',
|
||||
align:"left",
|
||||
dataIndex: 'cronExpression'
|
||||
dataIndex: 'cronExpression',
|
||||
width: 47
|
||||
},
|
||||
{
|
||||
title: '参数',
|
||||
@@ -182,7 +186,8 @@
|
||||
filters: [
|
||||
{ text: '已启动', value: '0' },
|
||||
{ text: '已暂停', value: '-1' },
|
||||
]
|
||||
],
|
||||
width: 76
|
||||
},
|
||||
{
|
||||
title: '操作',
|
||||
|
||||
Reference in New Issue
Block a user