去掉企业认证的认证结果信息
Showing
2 changed files
with
4 additions
and
4 deletions
| ... | @@ -1632,7 +1632,7 @@ const viewVoucherFile = () => { | ... | @@ -1632,7 +1632,7 @@ const viewVoucherFile = () => { |
| 1632 | <div class="empty_tips" v-else>暂无变更信息</div> | 1632 | <div class="empty_tips" v-else>暂无变更信息</div> |
| 1633 | </div> | 1633 | </div> |
| 1634 | </ContentWrap> | 1634 | </ContentWrap> |
| 1635 | <ContentWrap title="认证结果信息" v-if="bizApproveState == 'Y' && !isEdit" expandSwicth style="margin-top: 15px" | 1635 | <!-- <ContentWrap title="认证结果信息" v-if="bizApproveState == 'Y' && !isEdit" expandSwicth style="margin-top: 15px" |
| 1636 | :isExpand="expandResult" @expand="(v) => expandResult = v"> | 1636 | :isExpand="expandResult" @expand="(v) => expandResult = v"> |
| 1637 | <div class="list_panel"> | 1637 | <div class="list_panel"> |
| 1638 | <div class="list_item"> | 1638 | <div class="list_item"> |
| ... | @@ -1645,7 +1645,7 @@ const viewVoucherFile = () => { | ... | @@ -1645,7 +1645,7 @@ const viewVoucherFile = () => { |
| 1645 | <span v-else class="item_value">--</span> | 1645 | <span v-else class="item_value">--</span> |
| 1646 | </div> | 1646 | </div> |
| 1647 | </div> | 1647 | </div> |
| 1648 | </ContentWrap> | 1648 | </ContentWrap> --> |
| 1649 | <!-- <ContentWrap id="id-approveInfo" title="审核信息" expandSwicth style="margin-top: 15px" :isExpand="expand6" | 1649 | <!-- <ContentWrap id="id-approveInfo" title="审核信息" expandSwicth style="margin-top: 15px" :isExpand="expand6" |
| 1650 | @expand="(v) => expand6 = v" v-show="deploymentId"> | 1650 | @expand="(v) => expand6 = v" v-show="deploymentId"> |
| 1651 | <ApprovalProcess v-if="deploymentId" :deploymentId="deploymentId" :processInstanceId="processInstanceId" | 1651 | <ApprovalProcess v-if="deploymentId" :deploymentId="deploymentId" :processInstanceId="processInstanceId" | ... | ... |
| ... | @@ -1322,7 +1322,7 @@ const viewVoucherFile = () => { | ... | @@ -1322,7 +1322,7 @@ const viewVoucherFile = () => { |
| 1322 | <div class="empty_tips" v-else>暂无变更信息</div> | 1322 | <div class="empty_tips" v-else>暂无变更信息</div> |
| 1323 | </div> | 1323 | </div> |
| 1324 | </ContentWrap> | 1324 | </ContentWrap> |
| 1325 | <ContentWrap title="认证结果信息" v-if="approveState == 'Y'" expandSwicth style="margin-top: 15px" | 1325 | <!-- <ContentWrap title="认证结果信息" v-if="approveState == 'Y'" expandSwicth style="margin-top: 15px" |
| 1326 | :isExpand="expandResult" @expand="(v) => expandResult = v"> | 1326 | :isExpand="expandResult" @expand="(v) => expandResult = v"> |
| 1327 | <div class="list_panel"> | 1327 | <div class="list_panel"> |
| 1328 | <div class="list_item"> | 1328 | <div class="list_item"> |
| ... | @@ -1335,7 +1335,7 @@ const viewVoucherFile = () => { | ... | @@ -1335,7 +1335,7 @@ const viewVoucherFile = () => { |
| 1335 | <span v-else class="item_value">--</span> | 1335 | <span v-else class="item_value">--</span> |
| 1336 | </div> | 1336 | </div> |
| 1337 | </div> | 1337 | </div> |
| 1338 | </ContentWrap> | 1338 | </ContentWrap> --> |
| 1339 | <!-- <ContentWrap id="id-approveInfo" title="审核信息" expandSwicth style="margin-top: 15px" :isExpand="expand6" | 1339 | <!-- <ContentWrap id="id-approveInfo" title="审核信息" expandSwicth style="margin-top: 15px" :isExpand="expand6" |
| 1340 | @expand="(v) => expand6 = v"> | 1340 | @expand="(v) => expand6 = v"> |
| 1341 | <ApprovalProcess ref="approvalProcessRef" v-if="deploymentId" :deploymentId="deploymentId" | 1341 | <ApprovalProcess ref="approvalProcessRef" v-if="deploymentId" :deploymentId="deploymentId" | ... | ... |
-
Please register or sign in to post a comment