屏蔽踢出群组
Showing
1 changed file
with
6 additions
and
6 deletions
| ... | @@ -42,13 +42,13 @@ | ... | @@ -42,13 +42,13 @@ |
| 42 | <span class="label">禁言至:</span> | 42 | <span class="label">禁言至:</span> |
| 43 | <span class="content">{{ muteUntil }}</span> | 43 | <span class="content">{{ muteUntil }}</span> |
| 44 | </div> | 44 | </div> |
| 45 | <el-button type="text" v-if="canChangeRole" @click="changeMemberRole"> | 45 | <!-- <el-button type="text" v-if="canChangeRole" @click="changeMemberRole">--> |
| 46 | {{ | 46 | <!-- {{--> |
| 47 | member.role === 'Admin' ? '取消管理员' : '设为管理员' | 47 | <!-- member.role === 'Admin' ? '取消管理员' : '设为管理员'--> |
| 48 | }} | 48 | <!-- }}--> |
| 49 | </el-button> | 49 | <!-- </el-button>--> |
| 50 | <!-- <el-button type="text" v-if="showKickout" style="color:red;" @click="kickoutGroupMember">踢出群组</el-button>--> | 50 | <!-- <el-button type="text" v-if="showKickout" style="color:red;" @click="kickoutGroupMember">踢出群组</el-button>--> |
| 51 | <el-button type="text" style="color:red;" @click="kickoutGroupMember">踢出群组</el-button> | 51 | <!-- <el-button type="text" style="color:red;" @click="kickoutGroupMember">踢出群组</el-button>--> |
| 52 | </div> | 52 | </div> |
| 53 | </template> | 53 | </template> |
| 54 | 54 | ... | ... |
-
Please register or sign in to post a comment