diff --git a/ayanova/src/views/home-notifications.vue b/ayanova/src/views/home-notifications.vue index 0dc148b9..4face1b2 100644 --- a/ayanova/src/views/home-notifications.vue +++ b/ayanova/src/views/home-notifications.vue @@ -4,7 +4,21 @@ {{ obj }} - + @@ -50,6 +64,14 @@ export default { }; }, methods: { + subtitleHtml(item) { + let msg = ""; + if (item.message) { + msg = ` — ${item.message}`; + } else { + } + return `${item.uievent}${msg}`; + }, async getDataFromApi() { let vm = this;