feat:lookup同期アクション
This commit is contained in:
24
sample2.json
24
sample2.json
@@ -1,22 +1,24 @@
|
||||
[
|
||||
{
|
||||
"component": "FieldInput",
|
||||
"component": "AppFieldSelect",
|
||||
"props": {
|
||||
"displayName": "フィールド",
|
||||
"displayName": "更新先選択",
|
||||
"modelValue": {},
|
||||
"name": "field",
|
||||
"placeholder": "対象項目を選択してください"
|
||||
"name": "lookupField",
|
||||
"placeholder": "",
|
||||
"fieldTypes": [
|
||||
"lookup"
|
||||
],
|
||||
"hint": "更新先のルックアップフィールドを選択する"
|
||||
}
|
||||
},
|
||||
{
|
||||
"component": "SelectBox",
|
||||
"component": "ConditionInput",
|
||||
"props": {
|
||||
"displayName": "チェックする全角文字",
|
||||
"modelValue": null,
|
||||
"name": "options",
|
||||
"placeholder": "チェックしたい全角文字を選択する",
|
||||
"selectType":"multiple",
|
||||
"options":["全角記号および句読点","ひらがな","カタカナ","全角英数字","常用漢字","拡張漢字"]
|
||||
"displayName": "更新条件",
|
||||
"modelValue": "",
|
||||
"name": "condition",
|
||||
"placeholder": "条件式を設定してください"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user