添加OptionEditor组件,优化参数传递方式

This commit is contained in:
fofolee
2025-01-10 12:15:04 +08:00
parent ada0d2b968
commit 41b3501945
26 changed files with 764 additions and 478 deletions

View File

@@ -10,7 +10,7 @@ export const userdataCommands = {
config: [
{
label: "数据标识",
type: "input",
component: "q-input",
},
],
outputVariable: "userData",
@@ -30,17 +30,17 @@ export const userdataCommands = {
config: [
{
label: "数据",
type: "varInput",
component: "VariableInput",
width: 7,
},
{
label: "数据标识",
type: "input",
component: "q-input",
width: 3,
},
{
label: "不同步",
type: "checkbox",
component: "q-checkbox",
defaultValue: true,
width: 2,
},
@@ -53,7 +53,7 @@ export const userdataCommands = {
config: [
{
label: "数据标识",
type: "input",
component: "q-input",
},
],
},