@uyun/ec-ci-list
CMDB ci list component from everest-components
Last updated 6 years ago by shenting .
UNLICENSED · Repository · Bugs ·
$ cnpm install @uyun/ec-ci-list 
Private package

category: Components type: CMDB title: CIList subtitle: CMDB配置列表 cols: 1

作者:马琪斌

何时使用

CMBD 配置选择页面

API

组件props说明

属性 说明 类型 默认
formType 数据类型 string 'CMDB'
showClassesTotal 显示类型统计 bool false
classList 配置类型选择列表 object[] []
queryItems 查询条件 object {}
selectedRow 默认选中项 object[] []

eg. 搜索 name 包含123 状态是上架

const queryItems={
  status:{
    value: ['online'],
    queryOperator: 'EQ',
    disabled:true,
  },
  name:{
    value: ['123'],
    queryOperator: 'CONTAIN_CI'
    disabled:true,
  }
}

组件中state的数据

属性 说明
repositoryCi 显示的配置数据
classList 配置类型选择列表
repositoryCi.selectedRow 选中的配置项

Current Tags

  • 2.0.0-dev.0                                ...           dev (3 years ago)
  • 1.0.10-alpha.0                                ...           latest (5 years ago)

17 Versions

  • 2.0.0-dev.0                                ...           3 years ago
  • 1.0.10-alpha.0                                ...           5 years ago
  • 1.0.9                                ...           5 years ago
  • 1.0.6                                ...           5 years ago
  • 0.0.1                                ...           7 years ago
  • 0.0.3                                ...           7 years ago
  • 0.0.4                                ...           7 years ago
  • 0.0.5                                ...           7 years ago
  • 0.1.0                                ...           7 years ago
  • 0.1.1                                ...           7 years ago
  • 0.2.0                                ...           7 years ago
  • 1.0.0                                ...           6 years ago
  • 1.0.1                                ...           6 years ago
  • 1.0.2                                ...           6 years ago
  • 1.0.4                                ...           6 years ago
  • 1.0.5                                ...           5 years ago
  • 0.2.1                                ...           7 years ago
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (11)
Dev Dependencies (3)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org