@@ -982,7 +982,7 @@ const project = React.createClass({
{...formItemLayout}
label="流程状态"
>
- <span>{getProcessStatus(this.state.processStatus, this.state.examineName)}</span>
+ <span>{getProcessStatus(this.state.processStatus, this.state.examineName, this.state.approval)}</span>
</FormItem>
<FormItem
className="half-item"