OutPutEditor支持下拉选择变量和函数

This commit is contained in:
fofolee
2025-01-26 14:41:22 +08:00
parent 40f1e1d7f7
commit f1dd98624e
7 changed files with 112 additions and 27 deletions

View File

@@ -11,6 +11,7 @@
v-model="simpleOutputVar"
:label="currentOutputs?.label || '输出变量名'"
autofocus
:show-variable-list="true"
class="q-px-sm"
/>
</SectionBlock>
@@ -75,6 +76,7 @@
label="回调函数"
placeholder="新函数名则自动创建"
class="col-8"
:show-function-list="true"
/>
</template>
</div>