Skip to content

Commit e449538

Browse files
committed
add form
1 parent 7f9d1c6 commit e449538

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

admin-ui/src/components/Flow/panel/ButtonPanel.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,13 @@ import {
1010
ProFormText,
1111
ProTable
1212
} from "@ant-design/pro-components";
13-
import {Button, ColorPicker, Form, Popconfirm} from "antd";
13+
import {Button, Popconfirm} from "antd";
1414
import FlowUtils from "@/components/Flow/utils";
1515

16-
1716
interface ButtonPanelProps {
1817
id: string;
1918
}
2019

21-
2220
const buttonEventOptions = [
2321
{
2422
label: "保存",

springboot-starter-flow/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,15 @@
3737
设置流程管理员的人员,可以对流程进行干预,可以直接对其他人的流程进行审批。
3838
9. 流程延期
3939
流程的审批过程中,可以延期流程的审批时间。
40+
41+
--------------------------------------------------------------------------------
42+
43+
新功能:
44+
45+
1. 增加自定义按钮的功能
46+
2. 自定义按钮支持自定义groovy脚本
47+
3. 获取下级节点的人员返回接口
48+
4. 支持删除流程的功能 在发起人节点(支持撤销时删除流程)
49+
5. 通过redux实现跨页面直接的组件联动功能
50+
51+
--------------------------------------------------------------------------------

0 commit comments

Comments
 (0)