We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f03409 commit c3d1389Copy full SHA for c3d1389
ui/src/workflow/nodes/form-node/index.vue
@@ -39,15 +39,18 @@
39
/>
40
</el-form-item>
41
<el-form-item label="表单配置" @click.prevent>
42
- <div class="flex-between mb-16">
43
- <h5 class="lighter">{{ '接口传参' }}</h5>
44
- <el-button link type="primary" @click="openAddFormCollect()">
45
- <el-icon class="mr-4">
46
- <Plus />
47
- </el-icon>
48
- 添加
49
- </el-button>
50
- </div>
+ <template #label>
+ <div class="flex-between mb-16">
+ <h5 class="lighter">{{ '表单配置' }}</h5>
+ <el-button link type="primary" @click="openAddFormCollect()">
+ <el-icon class="mr-4">
+ <Plus />
+ </el-icon>
+ 添加
+ </el-button>
51
+ </div></template
52
+ >
53
+
54
<el-table
55
v-if="form_data.form_field_list.length > 0"
56
:data="form_data.form_field_list"
0 commit comments