38 lines
894 B
JSON
38 lines
894 B
JSON
[
|
|
{
|
|
"component": "FieldInput",
|
|
"props": {
|
|
"displayName": "採番項目",
|
|
"modelValue": {},
|
|
"name": "field",
|
|
"placeholder": "採番項目を選択してください"
|
|
}
|
|
},
|
|
{
|
|
"component": "InputText",
|
|
"props": {
|
|
"displayName": "フォーマット",
|
|
"modelValue": "",
|
|
"name": "format",
|
|
"placeholder": "数値書式文字列を指定します"
|
|
}
|
|
},
|
|
{
|
|
"component": "InputText",
|
|
"props": {
|
|
"displayName": "前につける文字列",
|
|
"modelValue": "",
|
|
"name": "prefix",
|
|
"placeholder": "前につける文字列を入力してください"
|
|
}
|
|
},
|
|
{
|
|
"component": "InputText",
|
|
"props": {
|
|
"displayName": "後ろにつける文字列",
|
|
"modelValue": "",
|
|
"name": "suffix",
|
|
"placeholder": "後ろにつける文字列を入力してください"
|
|
}
|
|
}
|
|
] |