条件付き書式アクションを追加する

This commit is contained in:
xiaozhe.ma
2024-09-10 09:34:23 +09:00
parent ad827c1dc8
commit 9f7b6f0c83
4 changed files with 229 additions and 25 deletions

View File

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