backend bug fix

This commit is contained in:
2023-11-13 22:03:45 +09:00
parent 55181f2c57
commit 5fb8fe53bb
9 changed files with 162 additions and 196 deletions

View File

@@ -2,37 +2,19 @@
{
"component": "FieldInput",
"props": {
"displayName": "採番項目",
"displayName": "フィールド",
"modelValue": {},
"name": "field",
"placeholder": "採番項目を選択してください"
"placeholder": "必須項目を選択してください"
}
},
{
"component": "InputText",
"component": "MuiltInputText",
"props": {
"displayName": "フォーマット",
"displayName": "エラーメッセージ",
"modelValue": "",
"name": "format",
"placeholder": "数値書式文字列を指定します"
}
},
{
"component": "InputText",
"props": {
"displayName": "前につける文字列",
"modelValue": "",
"name": "prefix",
"placeholder": "前につける文字列を入力してください"
}
},
{
"component": "InputText",
"props": {
"displayName": "後ろにつける文字列",
"modelValue": "",
"name": "suffix",
"placeholder": "後ろにつける文字列を入力してください"
"name": "message",
"placeholder": "エラーメッセージを入力してください"
}
}
]