|
@@ -139,27 +139,27 @@
|
|
return parseInt(index)+1;
|
|
return parseInt(index)+1;
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- {
|
|
|
|
- title: '任务类名',
|
|
|
|
- align:"center",
|
|
|
|
- dataIndex: 'jobClassName',
|
|
|
|
- sorter: true,
|
|
|
|
-/* customRender:function (text) {
|
|
|
|
- return "*"+text.substring(9,text.length);
|
|
|
|
- }*/
|
|
|
|
- },
|
|
|
|
|
|
+// {
|
|
|
|
+// title: '任务类名',
|
|
|
|
+// align:"center",
|
|
|
|
+// dataIndex: 'jobClassName',
|
|
|
|
+// sorter: true,
|
|
|
|
+// /* customRender:function (text) {
|
|
|
|
+// return "*"+text.substring(9,text.length);
|
|
|
|
+// }*/
|
|
|
|
+// },
|
|
{
|
|
{
|
|
title: 'cron表达式',
|
|
title: 'cron表达式',
|
|
align:"center",
|
|
align:"center",
|
|
dataIndex: 'cronExpression'
|
|
dataIndex: 'cronExpression'
|
|
},
|
|
},
|
|
- {
|
|
|
|
- title: '参数',
|
|
|
|
- align:"center",
|
|
|
|
- width: 150,
|
|
|
|
- dataIndex: 'parameter',
|
|
|
|
- scopedSlots: {customRender: 'parameterRender'},
|
|
|
|
- },
|
|
|
|
|
|
+ // {
|
|
|
|
+ // title: '参数',
|
|
|
|
+ // align:"center",
|
|
|
|
+ // width: 150,
|
|
|
|
+ // dataIndex: 'parameter',
|
|
|
|
+ // scopedSlots: {customRender: 'parameterRender'},
|
|
|
|
+ // },
|
|
{
|
|
{
|
|
title: '描述',
|
|
title: '描述',
|
|
align:"center",
|
|
align:"center",
|