Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨俊
/
spread_im
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
e0e82c43
...
e0e82c433036c3583653779e102796e4272f975e
authored
2021-10-28 15:09:44 +0800
by
杨俊
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
屏蔽踢出群组
1 parent
8a01c70a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
src/components/conversation/conversationProfile/group-member-info.vue
src/components/conversation/conversationProfile/group-member-info.vue
View file @
e0e82c4
...
...
@@ -42,13 +42,13 @@
<span
class=
"label"
>
禁言至:
</span>
<span
class=
"content"
>
{{
muteUntil
}}
</span>
</div>
<
el-button
type=
"text"
v-if=
"canChangeRole"
@
click=
"changeMemberRole"
>
{{
member
.
role
===
'Admin'
?
'取消管理员'
:
'设为管理员'
}}
<
/el-button
>
<
!--
<el-button
type=
"text"
v-if=
"canChangeRole"
@
click=
"changeMemberRole"
>
--
>
<!--
{{
-->
<!--
member
.
role
===
'Admin'
?
'取消管理员'
:
'设为管理员'
-->
<!--
}}
-->
<
!--
</el-button>
--
>
<!--
<el-button
type=
"text"
v-if=
"showKickout"
style=
"color:red;"
@
click=
"kickoutGroupMember"
>
踢出群组
</el-button>
-->
<
el-button
type=
"text"
style=
"color:red;"
@
click=
"kickoutGroupMember"
>
踢出群组
</el-button
>
<
!--
<el-button
type=
"text"
style=
"color:red;"
@
click=
"kickoutGroupMember"
>
踢出群组
</el-button>
--
>
</div>
</
template
>
...
...
Please
register
or
sign in
to post a comment