Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
Y
yn-science-front
Project
Project
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
徐俊
yn-science-front
Commits
58f6d3c9
Commit
58f6d3c9
authored
Jul 23, 2025
by
wangxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
333
parent
c891a12f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
LayoutHeader.vue
src/components/layout/LayoutHeader.vue
+2
-2
index.vue
src/views/systemType/index.vue
+2
-2
No files found.
src/components/layout/LayoutHeader.vue
View file @
58f6d3c9
...
...
@@ -91,7 +91,7 @@
<a
href=
"javascript:;"
@
click=
"switchType(1)"
>
<div
style=
"padding: 2px 30px 2px 10px"
:class=
"
{'key-active':!isKeyPoint}">
<a-icon
type=
"right-circle"
style=
"margin-right: 4px"
/>
<span>
卫生健康领域科技计划项目
</span>
<span>
省级临床医学中心科研项目申报
</span>
<a-icon
type=
"check"
style=
"margin-left: 8px"
v-if=
"!isKeyPoint"
/>
</div>
</a>
...
...
@@ -100,7 +100,7 @@
<a
href=
"javascript:;"
@
click=
"switchType(2)"
:class=
"
{'key-active':isKeyPoint}">
<div
style=
"padding: 2px 30px 2px 10px"
>
<a-icon
type=
"right-circle"
style=
"margin-right: 4px"
/>
<span>
首府地区公立医院高水平临床专科建设科技项目
</span>
<span>
人才申报
</span>
<a-icon
type=
"check"
style=
"margin-left: 8px"
v-if=
"isKeyPoint"
/>
</div>
</a>
...
...
src/views/systemType/index.vue
View file @
58f6d3c9
...
...
@@ -37,7 +37,7 @@
<div
class=
"item_center"
>
<a-icon
type=
"file-text"
class=
"item_center-icon"
theme=
"twoTone"
two-tone-color=
"#f5b65c"
/>
</div>
<div
class=
"item_title"
>
云南省卫生健康领域
<br
/>
科技计划
项目
</div>
<div
class=
"item_title"
>
省级
<br
/>
临床医学中心
<br
/>
科研
项目
</div>
<div
class=
"item_bottom"
>
<a-icon
type=
"right-circle"
class=
"item_bottom-icon"
/>
</div>
...
...
@@ -47,7 +47,7 @@
<div
class=
"item_center"
>
<a-icon
type=
"book"
class=
"item_center-icon"
theme=
"twoTone"
two-tone-color=
"#ff87a8"
/>
</div>
<div
class=
"item_title"
>
云南省
<br
/>
公立医院高水平临床专科建设
<br
/>
科技项目
</div>
<div
class=
"item_title"
>
<br
/>
人才申报
<br
/><br
/>
</div>
<div
class=
"item_bottom"
>
<a-icon
type=
"right-circle"
class=
"item_bottom-icon"
/>
</div>
...
...
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