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