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