6b2d2e26 by lihua

去掉一个审核信息

1 parent ec689335
...@@ -447,12 +447,6 @@ const fileKeyNames = ref({ ...@@ -447,12 +447,6 @@ const fileKeyNames = ref({
447 </template> 447 </template>
448 </div> 448 </div>
449 </ContentWrap> 449 </ContentWrap>
450 <ContentWrap id="id-approveInfo" title="审核信息" expandSwicth style="margin-top: 15px" :isExpand="expandApprove"
451 @expand="(v) => expandApprove = v">
452 <ApprovalProcess ref="approvalProcessRef" v-if="deploymentId" :deploymentId="deploymentId"
453 :processInstanceId="processInstanceId">
454 </ApprovalProcess>
455 </ContentWrap>
456 <ContentWrap v-if="flowDetail.connectorIdentity" title="连接器凭证信息" expandSwicth style="margin-top: 15px" :isExpand="expandCert" 450 <ContentWrap v-if="flowDetail.connectorIdentity" title="连接器凭证信息" expandSwicth style="margin-top: 15px" :isExpand="expandCert"
457 @expand="(v) => expandCert = v"> 451 @expand="(v) => expandCert = v">
458 <div class="list_panel"> 452 <div class="list_panel">
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!