[fix:bug74231]-1、企业端会议资料和会议纪要任何情况都可查看 2、证书缴费-缴费状态为已驳回且付款方式为打包会员不能上传凭证 3、修改管理员信息-获取公钥的时机改变

This commit is contained in:
fengchenchen
2023-07-28 00:06:10 +08:00
parent 9e0f3c9204
commit 53a7f65c45
5 changed files with 20 additions and 13 deletions
+2 -2
View File
@@ -592,7 +592,7 @@
<a-button type="primary" icon="plus" @click="uploadFileFunc">资料上传</a-button>
</div>
<file-table :file-id="model.meetingData" :has-limit-bool="true" :meeting-id="model.id"
:show-detail-bool="showDetailBool"></file-table>
show-detail-bool></file-table>
</section>
<!--会议资料end-->
@@ -600,7 +600,7 @@
<section class="base-info">
<h3 class="title">会议纪要</h3>
<file-table :file-id="model.meetingMinute" :has-limit-bool="true" :meeting-id="model.id"
:show-detail-bool="showDetailBool"></file-table>
show-detail-bool></file-table>
</section>
<!--会议纪要end-->
<!--问题征集 --标协会议:并且会议的是否需要会议征集为需要 && 报名状态是已报名 存在 begin-->