Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fukai
vue-gjjs
Commits
eb8a4e88
Commit
eb8a4e88
authored
May 15, 2022
by
liu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
通知公告临时提交2
parent
5021b1cf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
NoticeAnnouncement.vue
src/views/Home/cells/NoticeAnnouncement.vue
+7
-7
No files found.
src/views/Home/cells/NoticeAnnouncement.vue
View file @
eb8a4e88
...
...
@@ -7,18 +7,18 @@
<div
class=
"notice-container"
>
<el-scrollbar
style=
"height: 100%;"
>
<div
class=
"notice-item"
v-for=
"(item, idx) in
noticeList
"
:key=
"idx"
>
<div
class=
"notice-item"
v-for=
"(item, idx) in
testData
"
:key=
"idx"
>
<div
class=
"notice-title"
:class=
"{ active: idx === 0 }"
>
<
!-- <a :href="item.url" target="_blank" rel="noopener noreferrer"> --
>
<
router-link
:to=
"'/Display/'+item.tid"
>
<
a
:href=
"item.url"
target=
"_blank"
rel=
"noopener noreferrer"
>
<
!-- <router-link :to="'/Display/'+item.tid"> --
>
{{ item.t
hem
e }}
<
/router-link
>
<
!-- </a> --
>
{{ item.t
itl
e }}
<
!-- </router-link> --
>
<
/a
>
</div>
<div
class=
"notice-date"
>
{{ item.dat }}
{{ item.dat
e
}}
</div>
</div>
</el-scrollbar>
...
...
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