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
d76df547
authored
Dec 11, 2024
by
YunaiV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【功能优化】Bpm:UserTask 选择表达式按钮
parent
bfb9e2e7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
src/components/bpmnProcessDesigner/package/penal/task/task-components/UserTask.vue
+9
-4
No files found.
src/components/bpmnProcessDesigner/package/penal/task/task-components/UserTask.vue
View file @
d76df547
...
@@ -178,12 +178,17 @@
...
@@ -178,12 +178,17 @@
type=
"textarea"
type=
"textarea"
v-model=
"userTaskForm.candidateParam[0]"
v-model=
"userTaskForm.candidateParam[0]"
clearable
clearable
style=
"width:
72
%"
style=
"width:
100
%"
@
change=
"updateElementTask"
@
change=
"updateElementTask"
/>
/>
<el-button
class=
"ml-5px"
size=
"small"
type=
"success"
@
click=
"openProcessExpressionDialog"
<XButton
>
选择表达式
</el-button
class=
"!w-1/1 mt-5px"
>
type=
"success"
preIcon=
"ep:select"
title=
"选择表达式"
size=
"small"
@
click=
"openProcessExpressionDialog"
/>
<!-- 选择弹窗 -->
<!-- 选择弹窗 -->
<ProcessExpressionDialog
ref=
"processExpressionDialogRef"
@
select=
"selectProcessExpression"
/>
<ProcessExpressionDialog
ref=
"processExpressionDialogRef"
@
select=
"selectProcessExpression"
/>
</el-form-item>
</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