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
487b29e5
authored
Nov 15, 2021
by
zhousil
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
头像翻转
parent
7e8a37ba
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
components/message.vue
store/index.ts
components/message.vue
View file @
487b29e5
...
@@ -34,9 +34,7 @@
...
@@ -34,9 +34,7 @@
@open="openFile"
@open="openFile"
/>
/>
<avatar
<avatar
v-if=
"
v-if=
"!isQuestionAnswerMessage && !isWithdrawMessage"
!isQuestionAnswerMessage && !isWithdrawMessage
"
:src=
"
:src=
"
chatRole === 'admin' || chatRole === 'customer-service'
chatRole === 'admin' || chatRole === 'customer-service'
? defaultAvatar
? defaultAvatar
...
@@ -497,6 +495,9 @@
...
@@ -497,6 +495,9 @@
&.algin-left
{
&.algin-left
{
text-align
:
left
;
text-align
:
left
;
}
}
.cs-flex-direction
{
flex-direction
:
row-reverse
;
}
}
}
.msg-detail
{
.msg-detail
{
...
...
store/index.ts
View file @
487b29e5
...
@@ -981,7 +981,7 @@ export default {
...
@@ -981,7 +981,7 @@ export default {
}
}
return
await
Chat
.
getSdk
()
return
await
Chat
.
getSdk
()
.
model
(
currentChat
.
model_name
)
.
model
(
currentChat
.
model_name
)
.
chat
(
currentChat
.
obj_id
,
orgId
()
)
.
chat
(
currentChat
.
obj_id
,
currentChat
.
org_id
)
.
removeMember
(
uids
.
map
((
id
)
=>
+
id
))
.
removeMember
(
uids
.
map
((
id
)
=>
+
id
))
.
finally
(()
=>
dispatch
(
ChatStore
.
ACTION_GET_CHAT_MEMBERS
));
.
finally
(()
=>
dispatch
(
ChatStore
.
ACTION_GET_CHAT_MEMBERS
));
},
},
...
...
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