Conflicts解決

This commit is contained in:
xiaozhe.ma
2024-09-24 09:59:44 +09:00
8 changed files with 638 additions and 31 deletions

View File

@@ -216,7 +216,7 @@ const onSaveActionProps=(props:IActionProperty[])=>{
$q.notify({
type: 'positive',
caption: "通知",
message: `${store.activeNode?.subTitle}の属性設定を更新しました。`
message: `${store.activeNode?.subTitle}の属性設定しました。(保存はされていません)`
});
}
};