Commit b98fa22d authored by 冷玲鹏's avatar 冷玲鹏

调度执行:修改页面bug

parent 0cea01d3
......@@ -99,7 +99,7 @@
tooltip:'运行',
onClick: RUN.bind(null, record),
ifShow: () => {
return record.releaseStatus !== '父级'; // 这里只是实现树文件夹按钮
return record.releaseStatus === '已发布';
},
},
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment