0.1.28 • Published 7 years ago
pmo-header v0.1.28
pmo 公共 header组件
示例代码
<com-header
:userName="userName"
:blcode="blcode"
:searchData="userOwnRPs"
activeLink="obj"
@bsItemClick="handleBSItemClick">
</com-header>
Attributes
参数 | 说明 | 类型 | 可选值 | 默认值 |
---|---|---|---|---|
userName | 用户头像 | string | — | — |
blcode | 业务线字段 | string | — | — |
searchData | 业务线搜索框 | array | — | [] |
activeLink | 当前业务线标示 | string | obj, pipeline | - |
insideProcess | 用于多入口路由内跳转启用push功能 | Array | - | [] |
Events
事件名称 | 说明 | 回调参数 |
---|---|---|
menuItemClick | 导航菜单点击事件 | 当行菜单配置对象 |
bsItemClick | 业务线搜索列表列点击事件 | 当行列对象 |
Data 数据
[
{
name: 'target',
title: '目标',
children: [
{
name: 'okr',
title: 'OKR',
routerName: '',
hrefUrl: `https://pmo.corpautohome.com/${params}/planmgt/okr/okrplan1`
},
{
name: 'obj',
title: '立项',
routerName: 'KickoffView',
hrefUrl: `http://pmo.corpautohome.com/view/obj/kickoff/${params}`
}
]
},
{
name: 'kanban',
title: '看板',
routerName: '',
hrefUrl: `https://pmo.corpautohome.com/${params}/executionmgt/kanban`
},
{
name: 'pipeline',
title: '发布',
routerName: 'PipelineView',
hrefUrl: `https://pmo.corpautohome.com/${params}/executionmgt/process/index`
}
];
0.1.28
7 years ago
0.1.27
7 years ago
0.1.26
7 years ago
0.1.25
7 years ago
0.1.24
7 years ago
0.1.23
7 years ago
0.1.22
7 years ago
0.1.21
8 years ago
0.1.20
8 years ago
0.1.19
8 years ago
0.1.18
8 years ago
0.1.17
8 years ago
0.1.16
8 years ago
0.1.15
8 years ago
0.1.14
8 years ago
0.1.13
8 years ago
0.1.12
8 years ago
0.1.11
8 years ago
0.1.10
8 years ago
0.1.9
8 years ago
0.1.8
8 years ago
0.1.7
8 years ago
0.1.6
8 years ago
0.1.5
8 years ago
0.1.4
8 years ago
0.1.3
8 years ago
0.1.2
8 years ago
0.1.1
8 years ago