@hzab/flowlong-designer 0.2.5 → 1.0.0

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
@@ -1,3 +1,8 @@
1
+ # @hzab/flowlong-designer@1.0.0
2
+
3
+ fix:审核人默认值为或签
4
+ fix:人员添加头像
5
+
1
6
  # @hzab/flowlong-designer@0.2.5
2
7
 
3
8
  fix:控制面板背景图片显示
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hzab/flowlong-designer",
3
- "version": "0.2.5",
3
+ "version": "1.0.0",
4
4
  "description": "自定义审批流配置组件",
5
5
  "main": "src",
6
6
  "scripts": {
@@ -34,7 +34,7 @@ export const typeDataEnum = {
34
34
  termAuto: false, //审批期限超时自动审批
35
35
  term: 0, //审批期限
36
36
  termMode: 1, //审批期限超时后执行类型
37
- examineMode: 2, //多人审批时审批方式
37
+ examineMode: 3, //多人审批时审批方式
38
38
  directorMode: 0, //连续主管审批方式
39
39
  },
40
40
  [NODE_TYPE.ccNode]: {
@@ -40,6 +40,6 @@ export const termModeOptions = [
40
40
  */
41
41
  export const examineModeOptions = [
42
42
  // { label: "按顺序依次审批", value: 1 },
43
- { label: "会签 (可同时审批,每个人必须审批通过)", value: 2 },
44
43
  { label: "或签 (有一人审批通过即可)", value: 3 },
44
+ { label: "会签 (可同时审批,每个人必须审批通过)", value: 2 },
45
45
  ];
@@ -64,6 +64,7 @@ const GroupUserSelectorModal = (props) => {
64
64
  searchQueryKey: "userName",
65
65
  labelKey: "name",
66
66
  valueKey: "userId",
67
+ imgKey: "avatar",
67
68
  };
68
69
  /**选择组件回显 */
69
70
  const groupUserSelectorValue = useMemo(() => {