fix:删除调试代码
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<template>
|
||||
<div class="param-set-page">
|
||||
{{ nodeParamData }}
|
||||
<flowNodeParamTable :node-params="nodeParamData"></flowNodeParamTable>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user