1.0.9 • Published 7 months ago

anchore-core-lib v1.0.9

Weekly downloads
-
License
-
Repository
-
Last release
7 months ago

安装

    npm i anchore-core-lib

运行

    npm run dev

打包

    npm run build

发布

    npm config set registry https://registry.npmjs.org/
    npm publish

使用

    import AnchoreCoreLib from 'anchore-core-lib'
    import 'anchore-core-lib/dist/style.css'

    const app = createApp(App)
    app.use(AnchoreCoreLib)
    app.mount('#app')

里程碑 ElMilestone组件

依赖于element-plus table组件
    <ElMilestone />
  • 参数
  1. tableLabel 用来判断header高亮(stageRespList里面的name值)
  2. stageRespList header数据
    [
        {
            name: '停工阶段',
            startTime: '2024-08-01',
            endTime: '2024-08-04'
        }
    ]
  1. pointRespList 里程碑table数据
    [
        {
            equipmentName: '宁夏石化公司大检修统筹',
            pointRespList: [
                {
                    operationTime: '2024-08-03',
                    operationName: '1主装置切料停工',
                    status: 1
                }
            ]
        }
    ]
  1. click-menu 点击节点菜单获取参数
    const clickMenu = (row) => {
        console.log(row)
    }
1.0.9

7 months ago

1.0.8

7 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago