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
0a15eca5
authored
Jan 06, 2025
by
LesanOuO
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 审批人设置一行三个
parent
be600189
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
11 deletions
+10
-11
src/components/SimpleProcessDesignerV2/src/nodes-config/UserTaskNodeConfig.vue
+10
-11
No files found.
src/components/SimpleProcessDesignerV2/src/nodes-config/UserTaskNodeConfig.vue
View file @
0a15eca5
...
...
@@ -3,7 +3,7 @@
:append-to-body=
"true"
v-model=
"settingVisible"
:show-close=
"false"
:size=
"5
5
0"
:size=
"5
8
0"
:before-close=
"saveConfig"
class=
"justify-start"
>
...
...
@@ -46,14 +46,13 @@
v-model=
"configForm.candidateStrategy"
@
change=
"changeCandidateStrategy"
>
<el-radio
v-for=
"(dict, index) in CANDIDATE_STRATEGY"
:key=
"index"
:value=
"dict.value"
:label=
"dict.value"
>
{{ dict.label }}
</el-radio>
<el-row>
<el-col
v-for=
"(dict, index) in CANDIDATE_STRATEGY"
:key=
"index"
:span=
"8"
>
<el-radio
:value=
"dict.value"
:label=
"dict.value"
>
{{ dict.label }}
</el-radio>
</el-col>
</el-row>
</el-radio-group>
</el-form-item>
<el-form-item
...
...
@@ -148,7 +147,7 @@
:key=
"idx"
:label=
"item.title"
:value=
"item.field"
:disabled
=
"!item.required"
:disabled=
"!item.required"
/>
</el-select>
</el-form-item>
...
...
@@ -163,7 +162,7 @@
:key=
"idx"
:label=
"item.title"
:value=
"item.field"
:disabled
=
"!item.required"
:disabled=
"!item.required"
/>
</el-select>
</el-form-item>
...
...
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