Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
cloudSystem
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
5b1170d9
authored
Mar 29, 2023
by
梁建民
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'dev/ver/3.0.0' into 'master'
css See merge request
!14
parents
21865138
bdbb2813
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
src/components/menu.vue
src/components/menu.vue
View file @
5b1170d9
...
...
@@ -179,7 +179,7 @@
</el-form>
</el-dialog>
<!--消息通知-->
<el-dialog
title=
"消息通知"
:visible
.
sync=
"dialogNewsVisible"
width=
"
8
00px"
class=
"demo-ruleForm"
>
<el-dialog
title=
"消息通知"
:visible
.
sync=
"dialogNewsVisible"
width=
"
9
00px"
class=
"demo-ruleForm"
>
<div
class=
"tab-news row verCenter bothSide"
>
<div>
<el-tabs
v-model=
"activeName"
@
tab-click=
"handleClick"
>
...
...
@@ -223,21 +223,20 @@
<span
class=
"el-badge-num"
v-if=
"scope.row.msg_status == 0"
></span>
<span
style=
"margin-right: 4px;"
>
{{
JSON
.
parse
(
scope
.
row
.
msg_data
).
date
}}
</span>
<span
style=
"margin-right: 4px;"
>
{{
JSON
.
parse
(
scope
.
row
.
msg_data
).
title
}}
</span>
<template
v-if=
"JSON.parse(scope.row.msg_data).cate_id == 6"
>
<a
style=
"color: #409EFF"
:href=
"JSON.parse(scope.row.msg_data).link"
>
{{
JSON
.
parse
(
scope
.
row
.
msg_data
).
title_suffix
}}
</a>
<a
target=
"_blank"
style=
"color: #409EFF"
:href=
"JSON.parse(scope.row.msg_data).link"
>
{{
JSON
.
parse
(
scope
.
row
.
msg_data
).
title_suffix
}}
</a>
</
template
>
<
template
v-else-if=
"JSON.parse(scope.row.msg_data).cate_id == 7"
>
<a
style=
"color: #1969F9"
:href=
"JSON.parse(scope.row.msg_data).link"
>
{{
JSON
.
parse
(
scope
.
row
.
msg_data
).
title_suffix
}}
</a>
<a
target=
"_blank"
style=
"color: #1969F9"
:href=
"JSON.parse(scope.row.msg_data).link"
>
{{
JSON
.
parse
(
scope
.
row
.
msg_data
).
title_suffix
}}
</a>
</
template
>
<
template
v-else-if=
"JSON.parse(scope.row.msg_data).cate_id == 8"
>
<a
style=
"color: #FF870E"
:href=
"JSON.parse(scope.row.msg_data).link"
>
{{
JSON
.
parse
(
scope
.
row
.
msg_data
).
title_suffix
}}
</a>
<a
target=
"_blank"
style=
"color: #FF870E"
:href=
"JSON.parse(scope.row.msg_data).link"
>
{{
JSON
.
parse
(
scope
.
row
.
msg_data
).
title_suffix
}}
</a>
</
template
>
<
template
v-else-if=
"JSON.parse(scope.row.msg_data).cate_id == 9"
>
<a
style=
"color: #FF0000"
:href=
"JSON.parse(scope.row.msg_data).link"
>
{{
JSON
.
parse
(
scope
.
row
.
msg_data
).
title_suffix
}}
</a>
<a
target=
"_blank"
style=
"color: #FF0000"
:href=
"JSON.parse(scope.row.msg_data).link"
>
{{
JSON
.
parse
(
scope
.
row
.
msg_data
).
title_suffix
}}
</a>
</
template
>
<
template
v-else
>
<a
style=
"color: #409EFF"
:href=
"JSON.parse(scope.row.msg_data).link"
>
{{
JSON
.
parse
(
scope
.
row
.
msg_data
).
title_suffix
}}
</a>
<a
target=
"_blank"
style=
"color: #409EFF"
:href=
"JSON.parse(scope.row.msg_data).link"
>
{{
JSON
.
parse
(
scope
.
row
.
msg_data
).
title_suffix
}}
</a>
</
template
>
</template>
</el-table-column>
...
...
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