会议按钮权限添加

This commit is contained in:
fengachen
2021-09-26 14:05:37 +08:00
parent 57da4e34d0
commit e3f4b6b4f6
6 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -153,7 +153,7 @@
</a-radio-group>
</a-form-item>
</a-col>
<a-col :xxl="8" :xl="12" :sm="24">
<a-col :xxl="8" :xl="12" :sm="24" v-if="meetingType === '3' ">
<a-form-item label="是否有邀请码" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-radio-group v-decorator="['inviteCode',validatorRules.inviteCode]" @change="changeInviteCode">
<a-radio :value="1">是</a-radio>