@@ -159,7 +159,7 @@ function FlowModal(props) {
title: '状态',
width: '30%',
render: item => {
- // if (!item.flow_id && item.isParent) return;
+ if (!item.flow_id && item.isParent) return;
let style = { color: getColor(item) };
let txt = '';
switch (item.audit_status) {