条件エディタ実装
This commit is contained in:
11
sample.json
11
sample.json
@@ -12,7 +12,7 @@
|
||||
"component": "SelectBox",
|
||||
"props": {
|
||||
"displayName": "表示/非表示",
|
||||
"options":[
|
||||
"options": [
|
||||
"表示",
|
||||
"非表示"
|
||||
],
|
||||
@@ -20,5 +20,14 @@
|
||||
"name": "show",
|
||||
"placeholder": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"component": "ConditionInput",
|
||||
"props": {
|
||||
"displayName": "条件",
|
||||
"modelValue": "",
|
||||
"name": "condition",
|
||||
"placeholder": "対象項目を選択してください"
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user