@hzab/flowlong-designer 1.0.9-alpha.0 → 1.0.9-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
package/src/common/flowData.ts
CHANGED
|
@@ -37,6 +37,11 @@ export const typeDataEnum = {
|
|
|
37
37
|
termMode: 1, //审批期限超时后执行类型
|
|
38
38
|
examineMode: 3, //多人审批时审批方式
|
|
39
39
|
directorMode: 0, //连续主管审批方式
|
|
40
|
+
extendConfig: {
|
|
41
|
+
needConfirm: true,
|
|
42
|
+
confirmTxt: "确认同意该审批?",
|
|
43
|
+
needSign: false,
|
|
44
|
+
},
|
|
40
45
|
},
|
|
41
46
|
[NODE_TYPE.ccNode]: {
|
|
42
47
|
_Icon: SendOutlined,
|