条件エディタ実装

This commit is contained in:
2024-01-31 05:22:09 +09:00
parent 5cd6d02f6e
commit 6de60c82ba
18 changed files with 867 additions and 66 deletions

View File

@@ -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": "対象項目を選択してください"
}
}
]