npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

scmsa-process-tools

v0.15.5

Published

星云智联前端流程引擎组件库scmsa-process-tools

Readme

安装

  # 安装流程组件(scmsa-process-tools)
  npm install scmsa-process-tools

  # 安装表单组件scmsa-layout-tools
  npm install scmsa-layout-tools

快速开始

main.js 中写入以下内容
  import ScmsaProcessTools from 'scmsa-process-tools'
  import 'scmsa-process-tools/lib/ProcessTools.css'
  import request from '@/utils/request'

  // 如果全局注入的时候,配置了baseUrlProcess,baseUrlOauth,tenant, request参数,单独引入组件时,则不需要传递这些参数
  Vue.use(ScmsaProcessTools, {
    baseUrlProcess: process.env.VUE_APP_ADMIN_API, // 流程后台服务
    baseUrlOauth: process.env.VUE_APP_ADMIN_API, // 用户,角色,机构后台服务
    request: request, // 请求函数
    tenant: true, // 是否请求本系统的用户,角色,机构后台服务
    messageTypeList: [1, 2], // 消息类型集合:1短信,2站内推送,3邮箱
    quickCommentsChecked: true // 快捷意见的默认勾选
  })


  import ScmsaLayoutTools from 'scmsa-layout-tools'
  import 'scmsa-layout-tools/dist/prod/LayoutTools.css'
  Vue.use(ScmsaLayoutTools)

更新日志

0.15.4

2023.11.2 fix: 修复流程树编辑节点,描述字段的保存和复现

0.15.3

2023.10.30 pref: 隐藏会签任务重的评审组长介入开关;隐藏机构模式中,节点任务处理模式可选项;

0.15.2

2023.10.17 fix: 角色模式的角色列表选择窗隐藏角色用户显示;

0.15.1

2023.10.17 pref: 角色模式的角色列表选择窗返回信息格式兼容;

0.15.0

2023.10.09 feat: 添加机构租户模式兼容配置;

0.14.0

2023.06.27 feat: 审批时下一环节选人,用户模式/常用处理人模式表格展示组织机构链;

0.13.3

2023.1.10 fix: 修复提交草稿时,必填项校验未通过,一直显示"提交中"的问题; pref: 优化催办成功的提示信息; style: 修改部分样式;

0.13.1

2022-11-03 fix: 修复

scmsa-process-design 流程决策节点条件新增时,直接在当前条件后新增

0.13.0

2022-10-11

feat: 新特性

  • scmsa-process-agree
    • 下一环节处理人,用户模式添加本地查询过滤功能

0.12.2

2022-09-30

fix: Bug 修复

  • scmsa-process-desgin
    • 用户节点动态处理人清除过滤规则时,保存了开始和结束节点问题修复