Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
周远喜
mes-ui
Commits
317317e0
Commit
317317e0
authored
Aug 28, 2020
by
仇晓婷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
消息
parent
329e6df2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
14 deletions
+6
-14
index.vue
layouts/basic-layout/header-notice/index.vue
+1
-1
msgRecord.vue
pages/home/msgRecord.vue
+5
-13
No files found.
layouts/basic-layout/header-notice/index.vue
View file @
317317e0
...
...
@@ -18,7 +18,7 @@
<div
slot=
"clear"
>
历史消息
</div>
</NotificationTab>
</Notification>
<Modal
v-model=
"modal1"
:title=
"msg.title"
>
<Modal
v-model=
"modal1"
:title=
"msg.title"
width=
"1200"
>
<p
class=
"content-in"
>
发送时间:
{{
msg
.
creationTime
}}
</p>
<p
class=
"content-in"
>
{{
msg
.
content
}}
</p>
<div
slot=
"footer"
>
...
...
pages/home/msgRecord.vue
View file @
317317e0
...
...
@@ -69,6 +69,7 @@ export default {
action
:
Api
.
index
,
easySearch
:
{
keys
:
{
op
:
"title"
,
value
:
null
},
receiverId
:
{
op
:
"Equal"
,
value
:
this
.
$store
.
state
.
userInfo
.
userId
},
},
disabled
:
false
,
entity
:
{},
...
...
@@ -122,13 +123,13 @@ export default {
width
:
200
,
},
{
title
:
"
发送
人"
,
title
:
"
接受
人"
,
key
:
"receiverId"
,
width
:
120
,
type
:
"user"
,
},
{
title
:
"
接受
人"
,
title
:
"
发送
人"
,
key
:
"senderId"
,
width
:
120
,
type
:
"user"
,
...
...
@@ -137,17 +138,8 @@ export default {
title
:
"状态"
,
key
:
"messageType"
,
width
:
120
,
render
:
(
h
,
params
)
=>
{
return
h
(
"div"
,
{
style
:
{
color
:
"red"
,
},
},
params
.
row
.
messageType
==
1
?
"已读"
:
""
);
},
code
:
"message.status"
,
},
{
title
:
this
.
l
(
"action"
),
...
...
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