|
|
@@ -29,18 +29,21 @@
|
|
|
onClick: handleView.bind(null, record),
|
|
|
},
|
|
|
{
|
|
|
+ auth: 'quartz:job:query',
|
|
|
tooltip: '编辑',
|
|
|
// label: '编辑',
|
|
|
icon: 'icon-edit|iconfont',
|
|
|
onClick: handleEditTable.bind(null, record),
|
|
|
},
|
|
|
{
|
|
|
+ auth: 'quartz:job:edit',
|
|
|
tooltip: '立即执行',
|
|
|
icon: 'icon-send|iconfont',
|
|
|
// label: '立即执行',
|
|
|
onClick: handleExecute.bind(null, record),
|
|
|
},
|
|
|
{
|
|
|
+ auth: 'quartz:job:remove',
|
|
|
icon: 'icon-delete|iconfont',
|
|
|
tooltip: '删除',
|
|
|
// label: '删除',
|