fix: 执行增加表单收集节点显示
This commit is contained in:
parent
fe1ca9987a
commit
044e71ac44
@ -313,6 +313,19 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
<!-- 表单收集 -->
|
||||||
|
<template v-if="item.type === WorkflowType.FormNode">
|
||||||
|
<div class="card-never border-r-4">
|
||||||
|
<h5 class="p-8-12">参数输入</h5>
|
||||||
|
<div class="p-8-12 border-t-dashed lighter">
|
||||||
|
<div v-for="(f, i) in item.form_field_list" :key="i" class="mb-8">
|
||||||
|
<span class="color-secondary">{{ f.label.label }}:</span>
|
||||||
|
{{ item.form_data[f.field] }}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
</template>
|
</template>
|
||||||
<template v-else>
|
<template v-else>
|
||||||
<div class="card-never border-r-4">
|
<div class="card-never border-r-4">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user