Commit c4ce3bc9 by zhaochengxiang

bug fix

parent 8b0bd6a6
......@@ -159,7 +159,7 @@ const FC = (props) => {
{
title: '调度配置',
dataIndex: 'jobSchedule',
render: (_, record) => record.jobSchedule?.scheduleName
render: (_, record) => record.jobSchedule?.active ? record.jobSchedule?.scheduleName : ''
},
{
title: '负责人',
......
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