去掉一个审核信息
Showing
1 changed file
with
0 additions
and
6 deletions
| ... | @@ -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"> | ... | ... |
-
Please register or sign in to post a comment