Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
saas-manage
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chehuidong
saas-manage
Commits
d3d264c0
Commit
d3d264c0
authored
Feb 27, 2023
by
qinjianhui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 问题修改
parent
c203978a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
7 deletions
+10
-7
src/views/taskManage/index.vue
+10
-7
No files found.
src/views/taskManage/index.vue
View file @
d3d264c0
...
@@ -234,16 +234,14 @@
...
@@ -234,16 +234,14 @@
v-for=
"(item, index) in chatRecord"
v-for=
"(item, index) in chatRecord"
:key=
"index"
:key=
"index"
class=
"chat_item"
class=
"chat_item"
:class=
"
{ chat_right: item.type ===
1
}"
:class=
"
{ chat_right: item.type ===
2
}"
>
>
<div
class=
"chat_warp"
v-if=
"item.type ===
1
"
>
<div
class=
"chat_warp"
v-if=
"item.type ===
2
"
>
<div
class=
"chat_user"
>
<div
class=
"chat_user"
>
<div
class=
"chat_user_time"
>
<div
class=
"chat_user_time"
>
{{
{{
item
.
createTime
item
.
createTime
}}
{{
}}
客服
item
.
sendUserName
}}
</div>
</div>
<div
class=
"chat_text"
>
<div
class=
"chat_text"
>
{{
item
.
msg
}}
{{
item
.
msg
}}
...
@@ -267,7 +265,9 @@
...
@@ -267,7 +265,9 @@
</div>
</div>
<div
class=
"chat_user"
>
<div
class=
"chat_user"
>
<div
class=
"chat_user_time"
>
<div
class=
"chat_user_time"
>
客服:
{{
{{
item
.
sendUserName
}}
:
{{
item
.
createTime
item
.
createTime
}}
}}
</div>
</div>
...
@@ -295,7 +295,10 @@
...
@@ -295,7 +295,10 @@
</el-input>
</el-input>
</div>
</div>
<div
style=
"margin-top: 10px; text-align: right"
>
<div
style=
"margin-top: 10px; text-align: right"
>
<el-button
size=
"mini"
type=
"success"
@
click=
"confirm"
<el-button
size=
"mini"
type=
"success"
@
click=
"confirm"
>
受理
</el-button
>
受理
</el-button
>
>
<el-button
<el-button
...
...
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