ボタン配置改修

This commit is contained in:
2024-06-11 15:11:24 +09:00
parent 0e9b0ea693
commit 4ee72a8a75
4 changed files with 26 additions and 33 deletions

View File

@@ -61,12 +61,12 @@ export default defineComponent({
if(store.eventTree.findEventById(addEventId)){
return;
}
customEvents.events.push(
new kintoneEvent(
displayName,
addEventId,
customButtonId)
);
customEvents.events.push({
eventId: addEventId,
label: displayName,
parentId: customButtonId,
header: 'DELETABLE'
});
}
}