diff --git a/src/components/Common/CommonListTab/index.js b/src/components/Common/CommonListTab/index.js
index a06a36f..11d812b 100644
--- a/src/components/Common/CommonListTab/index.js
+++ b/src/components/Common/CommonListTab/index.js
@@ -1111,7 +1111,7 @@ const CommonListTabComponent = Form.create({
props.onGetChart()
}
:
-
+
}
: ''
}
@@ -1264,58 +1264,73 @@ const CommonListTabComponent = Form.create({
{/* {!commonUtils.isEmpty(props.routing) ? '' : } */}
{/* eslint-disable-next-line jsx-a11y/anchor-is-valid */}
- {commonUtils.isEmptyArr(treeProps.treeData) || !commonUtils.isEmpty(props.routing) ? '' :
-
-
- {/* eslint-disable-next-line jsx-a11y/anchor-is-valid */}
-

+ {commonUtils.isEmptyArr(treeProps.treeData) || !commonUtils.isEmpty(props.routing) ? (
+ ""
+ ) : (
+
-
- }
- {
- logVisible ?
-
-
- : ''
- }
- {
- props.bDataAuditProgress ?
-
-
-
: ''
-
- }
- {
- props.workScheduleVisible ?
-
-
- : null
- }
+ )}
+ {commonUtils.isEmptyArr(treeProps.treeData) || !commonUtils.isEmpty(props.routing) ? (
+ ""
+ ) : (
+
+
+
+ {/* eslint-disable-next-line jsx-a11y/anchor-is-valid */}
+
+ {" "}
+
+
+
+
+ )}
+ {logVisible ? (
+
+
+
+ ) : (
+ ""
+ )}
+ {props.bDataAuditProgress ? (
+
+
+
+ ) : (
+ ""
+ )}
+ {props.workScheduleVisible ? (
+
+
+
+ ) : null}
);
});