fix:删除调试代码

This commit is contained in:
2025-12-01 19:17:13 +08:00
parent ccac380339
commit 86c82a0000
2 changed files with 13 additions and 3 deletions

View File

@@ -1,7 +1,18 @@
<template>
<div class="flow-node-param-page">
<BaseTable ref="baseTableRef" hide-pagination tableName="FLOW_NODE_PARAM">
<template #value="{ row }">
<BaseTable
ref="baseTableRef"
hide-pagination
tableName="FLOW_NODE_PARAM"
>
<template #leftOptions>
<el-button type="primary">参数入库</el-button>
<el-button type="primary">保存参数</el-button>
<el-button type="">引用参数</el-button>
</template>
<template #value="{ row, column }">
<div class="pr10 tableCellContent">
<div

View File

@@ -1,6 +1,5 @@
<template>
<div class="param-set-page">
{{ nodeParamData }}
<flowNodeParamTable :node-params="nodeParamData"></flowNodeParamTable>
</div>
</template>