Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
410c3bc9
authored
Oct 19, 2024
by
YunaiV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【功能修改】工作流:仿钉钉模式,默认任务的权限都开启
parent
d6e89db0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
src/components/SimpleProcessDesignerV2/src/consts.ts
+4
-5
No files found.
src/components/SimpleProcessDesignerV2/src/consts.ts
View file @
410c3bc9
...
@@ -96,7 +96,6 @@ export interface SimpleFlowNode {
...
@@ -96,7 +96,6 @@ export interface SimpleFlowNode {
conditionGroups
?:
ConditionGroup
conditionGroups
?:
ConditionGroup
// 是否默认的条件
// 是否默认的条件
defaultFlow
?:
boolean
defaultFlow
?:
boolean
}
}
// 候选人策略枚举 ( 用于审批节点。抄送节点 )
// 候选人策略枚举 ( 用于审批节点。抄送节点 )
export
enum
CandidateStrategy
{
export
enum
CandidateStrategy
{
...
@@ -514,10 +513,10 @@ OPERATION_BUTTON_NAME.set(OperationButtonType.COPY, '抄送')
...
@@ -514,10 +513,10 @@ OPERATION_BUTTON_NAME.set(OperationButtonType.COPY, '抄送')
export
const
DEFAULT_BUTTON_SETTING
:
ButtonSetting
[]
=
[
export
const
DEFAULT_BUTTON_SETTING
:
ButtonSetting
[]
=
[
{
id
:
OperationButtonType
.
APPROVE
,
displayName
:
'通过'
,
enable
:
true
},
{
id
:
OperationButtonType
.
APPROVE
,
displayName
:
'通过'
,
enable
:
true
},
{
id
:
OperationButtonType
.
REJECT
,
displayName
:
'拒绝'
,
enable
:
true
},
{
id
:
OperationButtonType
.
REJECT
,
displayName
:
'拒绝'
,
enable
:
true
},
{
id
:
OperationButtonType
.
TRANSFER
,
displayName
:
'转办'
,
enable
:
fals
e
},
{
id
:
OperationButtonType
.
TRANSFER
,
displayName
:
'转办'
,
enable
:
tru
e
},
{
id
:
OperationButtonType
.
DELEGATE
,
displayName
:
'委派'
,
enable
:
fals
e
},
{
id
:
OperationButtonType
.
DELEGATE
,
displayName
:
'委派'
,
enable
:
tru
e
},
{
id
:
OperationButtonType
.
ADD_SIGN
,
displayName
:
'加签'
,
enable
:
fals
e
},
{
id
:
OperationButtonType
.
ADD_SIGN
,
displayName
:
'加签'
,
enable
:
tru
e
},
{
id
:
OperationButtonType
.
RETURN
,
displayName
:
'回退'
,
enable
:
fals
e
}
{
id
:
OperationButtonType
.
RETURN
,
displayName
:
'回退'
,
enable
:
tru
e
}
]
]
// 发起人的按钮权限。暂时定死,不可以编辑
// 发起人的按钮权限。暂时定死,不可以编辑
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment