Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-www-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-www-pc
Commits
bfd800ea
提交
bfd800ea
authored
5月 17, 2022
作者:
matian
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
新增终身学习
上级
3e6fc956
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
27 行增加
和
19 行删除
+27
-19
index.vue
pages/roadmap/index.vue
+4
-2
roadMap.js
utils/roadMap.js
+23
-17
没有找到文件。
pages/roadmap/index.vue
浏览文件 @
bfd800ea
...
@@ -36,7 +36,9 @@
...
@@ -36,7 +36,9 @@
<el-popover
trigger=
"hover"
popper-class=
"popover"
:placement=
"itemRoad.position"
v-model=
"itemRoad.isShow"
>
<el-popover
trigger=
"hover"
popper-class=
"popover"
:placement=
"itemRoad.position"
v-model=
"itemRoad.isShow"
>
<div>
<div>
<div
v-for=
"(it, indexItem) in itemRoad.itemList"
:key=
"indexItem"
class=
"project_name"
>
<div
v-for=
"(it, indexItem) in itemRoad.itemList"
:key=
"indexItem"
class=
"project_name"
>
{{
it
.
name
}}
<AppLink
:data=
"it"
>
{{
it
.
name
}}
</AppLink>
</div>
</div>
</div>
</div>
<div
slot=
"reference"
class=
"banner_homeList_con"
>
<div
slot=
"reference"
class=
"banner_homeList_con"
>
...
@@ -75,7 +77,7 @@ export default {
...
@@ -75,7 +77,7 @@ export default {
this
.
roadList
.
forEach
(
item
=>
{
this
.
roadList
.
forEach
(
item
=>
{
if
(
item
.
projectList
.
find
(
it
=>
it
.
tenant
===
this
.
learning
[
0
].
tenant
))
{
if
(
item
.
projectList
.
find
(
it
=>
it
.
tenant
===
this
.
learning
[
0
].
tenant
))
{
item
.
isShow
=
true
item
.
isShow
=
true
item
.
project_name
=
'我的项目'
item
.
project_name
=
'我的项目
:
'
item
.
projectList
=
item
.
projectList
.
filter
(
it
=>
it
.
tenant
===
this
.
learning
[
0
].
tenant
)
item
.
projectList
=
item
.
projectList
.
filter
(
it
=>
it
.
tenant
===
this
.
learning
[
0
].
tenant
)
}
}
})
})
...
...
utils/roadMap.js
浏览文件 @
bfd800ea
import
Vue
from
'vue'
import
{
Message
}
from
'element-ui'
//挂载到Vue全局对象上
Vue
.
prototype
.
$message
=
Message
export
const
roadMapList
=
[
export
const
roadMapList
=
[
{
{
project_name
:
'项目名称'
,
project_name
:
'项目名称
:
'
,
isShow
:
false
,
isShow
:
false
,
position
:
'top'
,
position
:
'top'
,
icon
:
'https://webapp-pub.ezijing.com/www/pc/lifeLearning/icon1.png'
,
icon
:
'https://webapp-pub.ezijing.com/www/pc/lifeLearning/icon1.png'
,
title
:
'职业教育'
,
title
:
'职业教育'
,
projectList
:
[
projectList
:
[
{
{
tenant
:
'
x1
'
,
tenant
:
''
,
name
:
'紫荆数字经济产业学院'
,
name
:
'紫荆数字经济产业学院'
,
href
:
'https://www.baidu.com/'
href
:
'https://www.baidu.com/'
}
}
...
@@ -24,21 +30,22 @@ export const roadMapList = [
...
@@ -24,21 +30,22 @@ export const roadMapList = [
]
]
},
},
{
{
project_name
:
'项目名称'
,
project_name
:
'项目名称:'
,
isShow
:
false
,
isShow
:
false
,
position
:
'left-end'
,
position
:
'left-end'
,
icon
:
'https://webapp-pub.ezijing.com/www/pc/lifeLearning/icon2.png'
,
icon
:
'https://webapp-pub.ezijing.com/www/pc/lifeLearning/icon2.png'
,
title
:
'本科'
,
title
:
'本科'
,
projectList
:
[
projectList
:
[
{
{
tenant
:
''
,
name
:
'紫荆数字经济产业学院'
,
name
:
'紫荆数字经济产业学院'
,
href
:
''
href
:
''
},
},
{
{
tenant
:
''
,
name
:
'国际大一(1+3)即将推出'
,
name
:
'国际大一(1+3)即将推出'
,
onClick
()
{
onClick
()
{
alert
(
'即将推出'
)
Message
(
'即将推出'
)
}
}
}
}
],
],
...
@@ -54,11 +61,10 @@ export const roadMapList = [
...
@@ -54,11 +61,10 @@ export const roadMapList = [
]
]
},
},
{
{
project_name
:
'项目名称'
,
project_name
:
'项目名称
:
'
,
position
:
'right-start'
,
position
:
'right-start'
,
isShow
:
false
,
isShow
:
false
,
icon
:
'https://webapp-pub.ezijing.com/www/pc/lifeLearning/icon3.png'
,
icon
:
'https://webapp-pub.ezijing.com/www/pc/lifeLearning/icon3.png'
,
title
:
'在线国际学位'
,
title
:
'在线国际学位'
,
projectList
:
[
projectList
:
[
...
@@ -87,8 +93,7 @@ export const roadMapList = [
...
@@ -87,8 +93,7 @@ export const roadMapList = [
]
]
},
},
{
{
project_name
:
'项目名称'
,
project_name
:
'项目名称:'
,
position
:
'right-start'
,
position
:
'right-start'
,
isShow
:
false
,
isShow
:
false
,
icon
:
'https://webapp-pub.ezijing.com/www/pc/lifeLearning/icon4.png'
,
icon
:
'https://webapp-pub.ezijing.com/www/pc/lifeLearning/icon4.png'
,
...
@@ -123,11 +128,10 @@ export const roadMapList = [
...
@@ -123,11 +128,10 @@ export const roadMapList = [
]
]
},
},
{
{
project_name
:
'项目名称'
,
project_name
:
'项目名称
:
'
,
position
:
'bottom-start'
,
position
:
'bottom-start'
,
isShow
:
false
,
isShow
:
false
,
icon
:
'https://webapp-pub.ezijing.com/www/pc/lifeLearning/icon5.png'
,
icon
:
'https://webapp-pub.ezijing.com/www/pc/lifeLearning/icon5.png'
,
title
:
'博士'
,
title
:
'博士'
,
projectList
:
[
projectList
:
[
...
@@ -154,27 +158,29 @@ export const homeList = [
...
@@ -154,27 +158,29 @@ export const homeList = [
itemList
:
[
itemList
:
[
{
{
name
:
'1+X'
,
name
:
'1+X'
,
href
:
''
href
:
'
https://x.ezijing.com/
'
},
},
{
{
name
:
'私人财富风险管理顾问(PRP)'
,
name
:
'私人财富风险管理顾问(PRP)'
,
href
:
''
href
:
'
https://prp.ezijing.com
'
},
},
{
{
name
:
'高管培训-数字创新管理'
,
name
:
'高管培训-数字创新管理'
,
href
:
''
onClick
()
{
Message
(
'敬请期待'
)
}
},
},
{
{
name
:
'互联网营销师'
,
name
:
'互联网营销师'
,
href
:
''
href
:
'
https://vst.ezijing.com
'
},
},
{
{
name
:
'工业机器人系统操作员'
,
name
:
'工业机器人系统操作员'
,
href
:
''
href
:
'
https://vst.ezijing.com
'
},
},
{
{
name
:
'大数据技术人员'
,
name
:
'大数据技术人员'
,
href
:
''
href
:
'
https://vst.ezijing.com
'
}
}
]
]
},
},
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论