可信代码库-企业认证驳回后编辑功能对接

This commit is contained in:
付民康
2025-06-18 17:12:37 +08:00
parent 691ea594d2
commit 15a097775d
3 changed files with 58 additions and 17 deletions

View File

@@ -67,6 +67,11 @@
<span>申请企业认证</span>
</template>
</d-icon>
<d-icon v-if="userInfo.enterpriseId&&enterpriseDetail?.auditStatus===2" class="font-normal" style="margin-right: 4px" name="classroom-post-results-large" operable @click="showModal(enterpriseDetail)">
<template #suffix>
<span>编辑企业认证</span>
</template>
</d-icon>
<d-icon v-if="!isEdit" class="font-normal" name="edit" operable @click="editIconClick">
<template #suffix>
<span>编辑</span>
@@ -343,7 +348,7 @@ const memberTableData = shallowRef<OrganizationMemberItemType[]>([]);
function showModal(row) {
if (qyrzRef.value) {
qyrzRef.value.open();
qyrzRef.value.open(row);
}
}