可信代码库-企业认证驳回后编辑功能对接
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user