[fix 86976] 功能安全中心会议去掉审核查询
This commit is contained in:
@@ -186,8 +186,8 @@
|
||||
<a-input placeholder="请输入参会人" v-model="queryParam.companyContactName" :maxLength='50'></a-input>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
|
||||
<a-col :xl="6" :lg="7" :md="8" :sm="24">
|
||||
<!-- 功能安全中心不显示审核 -->
|
||||
<a-col :xl="6" :lg="7" :md="8" :sm="24" v-if="currentMeetingInfo.meetingType !== MeetingTypeEnums.safetyCenter.value">
|
||||
<a-form-item label="审核">
|
||||
<j-dict-select-tag v-model="queryParam.checkResult" placeholder="请选择"
|
||||
dictCode="signup_status"/>
|
||||
|
||||
Reference in New Issue
Block a user