<c:choose>
<c:when test="${flag.status eq '新建'}">
<a>提交</a>
</c:when>
<c:otherwise>
审核中...
</c:otherwise>
</c:choose>
提交公文---》显示流程下的路由 用于用户提交公文交给谁审批----》提交公文(提交申请)
<c:choose>
<c:when test="${flag.status eq '新建'}">
<a>提交</a>
</c:when>
<c:otherwise>
审核中...
</c:otherwise>
</c:choose>
提交公文---》显示流程下的路由 用于用户提交公文交给谁审批----》提交公文(提交申请)