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
9c261985
authored
Feb 06, 2025
by
zws
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 设计器审批节点设置 开启下拉过滤方便选择
parent
5e801a8e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
8 deletions
+10
-8
src/components/SimpleProcessDesignerV2/src/nodes-config/UserTaskNodeConfig.vue
+10
-8
No files found.
src/components/SimpleProcessDesignerV2/src/nodes-config/UserTaskNodeConfig.vue
View file @
9c261985
...
...
@@ -61,7 +61,7 @@
label=
"指定角色"
prop=
"roleIds"
>
<el-select
v-model=
"configForm.roleIds"
clearable
multiple
style=
"width: 100%"
>
<el-select
filterable
v-model=
"configForm.roleIds"
clearable
multiple
style=
"width: 100%"
>
<el-option
v-for=
"item in roleOptions"
:key=
"item.id"
...
...
@@ -99,7 +99,7 @@
prop=
"postIds"
span=
"24"
>
<el-select
v-model=
"configForm.postIds"
clearable
multiple
style=
"width: 100%"
>
<el-select
filterable
v-model=
"configForm.postIds"
clearable
multiple
style=
"width: 100%"
>
<el-option
v-for=
"item in postOptions"
:key=
"item.id"
...
...
@@ -114,7 +114,7 @@
prop=
"userIds"
span=
"24"
>
<el-select
v-model=
"configForm.userIds"
clearable
multiple
style=
"width: 100%"
>
<el-select
filterable
v-model=
"configForm.userIds"
clearable
multiple
style=
"width: 100%"
>
<el-option
v-for=
"item in userOptions"
:key=
"item.id"
...
...
@@ -128,7 +128,7 @@
label=
"指定用户组"
prop=
"userGroups"
>
<el-select
v-model=
"configForm.userGroups"
clearable
multiple
style=
"width: 100%"
>
<el-select
filterable
v-model=
"configForm.userGroups"
clearable
multiple
style=
"width: 100%"
>
<el-option
v-for=
"item in userGroupOptions"
:key=
"item.id"
...
...
@@ -142,7 +142,7 @@
label=
"表单内用户字段"
prop=
"formUser"
>
<el-select
v-model=
"configForm.formUser"
clearable
style=
"width: 100%"
>
<el-select
filterable
v-model=
"configForm.formUser"
clearable
style=
"width: 100%"
>
<el-option
v-for=
"(item, idx) in userFieldOnFormOptions"
:key=
"idx"
...
...
@@ -157,7 +157,7 @@
label=
"表单内部门字段"
prop=
"formDept"
>
<el-select
v-model=
"configForm.formDept"
clearable
style=
"width: 100%"
>
<el-select
filterable
v-model=
"configForm.formDept"
clearable
style=
"width: 100%"
>
<el-option
v-for=
"(item, idx) in deptFieldOnFormOptions"
:key=
"idx"
...
...
@@ -179,7 +179,7 @@
prop=
"deptLevel"
span=
"24"
>
<el-select
v-model=
"configForm.deptLevel"
clearable
>
<el-select
filterable
v-model=
"configForm.deptLevel"
clearable
>
<el-option
v-for=
"(item, index) in MULTI_LEVEL_DEPT"
:key=
"index"
...
...
@@ -245,7 +245,7 @@
label=
"驳回节点"
prop=
"returnNodeId"
>
<el-select
v-model=
"configForm.returnNodeId"
clearable
style=
"width: 100%"
>
<el-select
filterable
v-model=
"configForm.returnNodeId"
clearable
style=
"width: 100%"
>
<el-option
v-for=
"item in returnTaskList"
:key=
"item.id"
...
...
@@ -293,6 +293,7 @@
/>
</el-form-item>
<el-select
filterable
v-model=
"timeUnit"
class=
"mr-2"
:style=
"{ width: '100px' }"
...
...
@@ -332,6 +333,7 @@
span=
"24"
>
<el-select
filterable
v-model=
"configForm.assignEmptyHandlerUserIds"
clearable
multiple
...
...
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