bug fix
This commit is contained in:
@@ -28,7 +28,7 @@ import PropertyPanel from 'components/right/PropertyPanel.vue';
|
||||
|
||||
const rootNode:RootAction =new RootAction("app.record.create.submit","レコード追加画面","保存するとき");
|
||||
const actionFlow: ActionFlow = new ActionFlow(rootNode);
|
||||
const saibanProps:[IActionProperty]=[{
|
||||
const saibanProps:IActionProperty[]=[{
|
||||
component:"InputText",
|
||||
props:{
|
||||
displayName:"フォーマット",
|
||||
@@ -41,7 +41,7 @@ const saibanProps:[IActionProperty]=[{
|
||||
props:{
|
||||
displayName:"採番項目",
|
||||
modelValue:"",
|
||||
name:"filed",
|
||||
name:"field",
|
||||
placeholder:"採番項目を選択してください",
|
||||
}
|
||||
}];
|
||||
|
||||
Reference in New Issue
Block a user