We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2492e15 commit 5e705a4Copy full SHA for 5e705a4
admin-ui/src/components/Flow/flow/FlowDetail.tsx
@@ -88,7 +88,7 @@ const FlowDetail: React.FC<FlowDetailProps> = (props) => {
88
)}
89
90
{/*仅当非发起流程时再展示审批意见框*/}
91
- {FlowFormView && flowData.showOpinion() && opinionEditorVisible && (
+ {FlowFormView && opinionEditorVisible && (
92
<div className="opinionForm">
93
<div>
94
<Divider>
0 commit comments