Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
foreign
/
customer-service
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
137e7c31
authored
Jul 21, 2021
by
panjiangyi
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
添加成员
parent
327b445d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
components/chat-title.vue
components/chat-title.vue
View file @
137e7c31
...
@@ -15,13 +15,13 @@
...
@@ -15,13 +15,13 @@
</
template
>
</
template
>
</div>
</div>
<div
class=
"title-buttons"
>
<div
class=
"title-buttons"
>
<el-button
class=
"button"
round
>
开始接待
</el-button>
<
!-- <
el-button class="button" round>开始接待</el-button>
<el-button
class=
"button"
round
>
结束接待
</el-button>
<el-button class="button" round>结束接待</el-button>
-->
<el-button
class=
"button"
@
click=
"terminate"
round
<el-button
class=
"button"
@
click=
"terminate"
round
>
结束会话
</el-button
>
结束会话
</el-button
>
>
<el-button
class=
"button"
@
click=
"showAddMember"
round
<el-button
class=
"button"
@
click=
"showAddMember"
round
>
转移接待
</el-button
>
添加成员
</el-button
>
>
<i
v-if=
"close"
@
click=
"close"
class=
"title-close el-icon-close"
/>
<i
v-if=
"close"
@
click=
"close"
class=
"title-close el-icon-close"
/>
</div>
</div>
...
@@ -109,6 +109,7 @@ export default class ChatTitle extends Vue {
...
@@ -109,6 +109,7 @@ export default class ChatTitle extends Vue {
.title-close
{
.title-close
{
color
:
#8d959d
;
color
:
#8d959d
;
cursor
:
pointer
;
cursor
:
pointer
;
margin-left
:
30px
;
}
}
}
}
</
style
>
</
style
>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment