0.1.28 • Published 7 years ago

pmo-header v0.1.28

Weekly downloads
2
License
MIT
Repository
-
Last release
7 years ago

pmo 公共 header组件

示例代码

  <com-header
    :userName="userName"
    :blcode="blcode"
    :searchData="userOwnRPs"
    activeLink="obj"
    @bsItemClick="handleBSItemClick">
  </com-header>

Attributes

参数说明类型可选值默认值
userName用户头像string
blcode业务线字段string
searchData业务线搜索框array[]
activeLink当前业务线标示stringobj, 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