Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
csbr-daop
/
fe-data-trusted-space
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
7f1ece6a
authored
2025-12-08 17:11:11 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
去掉企业认证的认证结果信息
1 parent
96da769e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
src/views/data_facilitator/authenticationManagement.vue
src/views/data_facilitator/certificationAuditDetail.vue
src/views/data_facilitator/authenticationManagement.vue
View file @
7f1ece6
...
...
@@ -1632,7 +1632,7 @@ const viewVoucherFile = () => {
<div
class=
"empty_tips"
v-else
>
暂无变更信息
</div>
</div>
</ContentWrap>
<ContentWrap
title=
"认证结果信息"
v-if=
"bizApproveState == 'Y' && !isEdit"
expandSwicth
style=
"margin-top: 15px"
<
!-- <
ContentWrap title="认证结果信息" v-if="bizApproveState == 'Y' && !isEdit" expandSwicth style="margin-top: 15px"
:isExpand="expandResult" @expand="(v) => expandResult = v">
<div class="list_panel">
<div class="list_item">
...
...
@@ -1645,7 +1645,7 @@ const viewVoucherFile = () => {
<span v-else class="item_value">--</span>
</div>
</div>
</ContentWrap>
</ContentWrap>
-->
<!-- <ContentWrap id="id-approveInfo" title="审核信息" expandSwicth style="margin-top: 15px" :isExpand="expand6"
@expand="(v) => expand6 = v" v-show="deploymentId">
<ApprovalProcess v-if="deploymentId" :deploymentId="deploymentId" :processInstanceId="processInstanceId"
...
...
src/views/data_facilitator/certificationAuditDetail.vue
View file @
7f1ece6
...
...
@@ -1322,7 +1322,7 @@ const viewVoucherFile = () => {
<div
class=
"empty_tips"
v-else
>
暂无变更信息
</div>
</div>
</ContentWrap>
<ContentWrap
title=
"认证结果信息"
v-if=
"approveState == 'Y'"
expandSwicth
style=
"margin-top: 15px"
<
!-- <
ContentWrap title="认证结果信息" v-if="approveState == 'Y'" expandSwicth style="margin-top: 15px"
:isExpand="expandResult" @expand="(v) => expandResult = v">
<div class="list_panel">
<div class="list_item">
...
...
@@ -1335,7 +1335,7 @@ const viewVoucherFile = () => {
<span v-else class="item_value">--</span>
</div>
</div>
</ContentWrap>
</ContentWrap>
-->
<!-- <ContentWrap id="id-approveInfo" title="审核信息" expandSwicth style="margin-top: 15px" :isExpand="expand6"
@expand="(v) => expand6 = v">
<ApprovalProcess ref="approvalProcessRef" v-if="deploymentId" :deploymentId="deploymentId"
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment