mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-02-01 19:24:58 +08:00
【功能优化】Bpm:UserTask 选择表达式按钮
This commit is contained in:
parent
bfb9e2e77f
commit
d76df547ae
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user