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 🙏

© 2024 – Pkg Stats / Ryan Hefner

@sinoform/helper-get-todo-title

v1.18.11

Published

获取流程待办标题按照下列顺序排优先级:

Downloads

4

Readme

获取表单流程待办标题

获取流程待办标题按照下列顺序排优先级:

  • 首先根据自定义公式获取待办标题
  • 根据文本输入框设置是否作为待办标题获取
  • 如果上述两个都没设置,直接取表单的第一个文本输入框的值作为待办标题
  • 上述都不成立,直接取表单标题

公式设置规则

自定义流程待办标题支持编写公式,如{拟稿人}于{拟稿时间}发出的申请,我们将会动态解析{}中的值。

关于公式参数说明:

  • 支持除布局字段、附件上传字段之外的所有字段,使用字段标题或标识均可
  • 支持拟稿人、创建人、流程发起人、填报人(均解析为拟稿人)
  • 支持拟稿人部门、填报人部门、流程发起人部门、创建部门(均解析为创建部门)
  • 支持创建时间、拟稿时间(均解析为拟稿时间)
  • 支持发送人、办理人、当前登录人(均解析为当前登录人)
  • 支持办理时间、发送时间(均解析为办理时间)