Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Q
qk_admin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
quanku
qk_admin
Commits
3b93e315
Commit
3b93e315
authored
Nov 08, 2023
by
yaya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 优化
parent
9d794137
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/views/customerService/chatDetail.vue
src/views/customerService/chatDetail.vue
+3
-3
No files found.
src/views/customerService/chatDetail.vue
View file @
3b93e315
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
</el-menu-item>
</el-menu-item>
</el-menu>
-->
</el-menu>
-->
<el-container
v-loading=
"loading"
style=
"width: 100%;height: 100%; border: 1px solid #eee"
>
<el-container
v-loading=
"loading"
style=
"width: 100%;height: 100%; border: 1px solid #eee"
>
<el-aside
style=
"width: 2
5
%;background-color: white;padding: 0"
>
<el-aside
style=
"width: 2
0
%;background-color: white;padding: 0"
>
<el-tabs
style=
"padding: 10px 10px 0;"
@
tab-click=
"handleClick"
>
<el-tabs
style=
"padding: 10px 10px 0;"
@
tab-click=
"handleClick"
>
<el-tab-pane
v-for=
"(item) in customerList"
:key=
"item.code"
>
<el-tab-pane
v-for=
"(item) in customerList"
:key=
"item.code"
>
<div
slot=
"label"
>
<div
slot=
"label"
>
...
@@ -196,12 +196,12 @@ export default {
...
@@ -196,12 +196,12 @@ export default {
this
.
messageList
=
[]
this
.
messageList
=
[]
this
.
messageContent
=
''
this
.
messageContent
=
''
this
.
totalUnreadMessageCount
=
-
1
this
.
totalUnreadMessageCount
=
-
1
this
.
customerList
=
this
.
customerList
.
map
((
item
)
=>
{
/*
this.customerList = this.customerList.map((item) => {
return {
return {
...item,
...item,
unReadMessageCount: 0
unReadMessageCount: 0
}
}
})
})
*/
},
},
/**
/**
* 获取客服列表
* 获取客服列表
...
...
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