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
2dd1a102
authored
Oct 14, 2021
by
Sixong.Zhu
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
style
parent
a47216cc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
components/chat-title.vue
components/message.vue
components/chat-title.vue
View file @
2dd1a102
...
...
@@ -18,19 +18,17 @@
<el-button
class=
"button"
@
click=
"startReception"
round
size=
"small"
v-if=
"!isChatMember"
type=
"primary"
>
我要接待
</el-button
>
<el-button
class=
"button"
@
click=
"showAddMember"
round
size=
"small"
<el-button
class=
"button"
@
click=
"showAddMember"
size=
"small"
>
添加客服
</el-button
>
<el-button
class=
"button"
@
click=
"finishReception"
round
size=
"small"
v-if=
"isChatMember && operatorType > 25"
type=
"warning"
...
...
@@ -39,7 +37,6 @@
<el-button
class=
"button"
@
click=
"exitChat"
round
size=
"small"
v-if=
"isChatMember"
type=
"danger"
...
...
components/message.vue
View file @
2dd1a102
...
...
@@ -146,6 +146,7 @@
[
dto
.
MessageType
.
Voice
,
"audio-message"
],
[
dto
.
MessageType
.
Text
,
"text-message"
],
[
dto
.
MessageType
.
Withdraw
,
"withdraw-message"
],
[
dto
.
MessageType
.
GeneralOrderMsg
,
"text-message"
],
]);
@
Component
({
...
...
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