From 8568ac8fceb0e7d87ad60ac2895922171e9834ae Mon Sep 17 00:00:00 2001 From: net Date: Mon, 19 Feb 2024 11:43:31 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=80=E0=B9=80=E0=B8=81=E0=B9=89=E0=B9=80?= =?UTF-8?q?=E0=B8=87=E0=B8=B7=E0=B9=88=E0=B8=AD=E0=B8=99=E0=B9=84=E0=B8=82?= =?UTF-8?q?=20=E0=B8=AD=E0=B9=88=E0=B8=B2=E0=B8=99=E0=B9=80=E0=B9=80?= =?UTF-8?q?=E0=B8=A5=E0=B9=89=E0=B8=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/00_support/components/FormChat.vue | 18 +++++++++++------- src/modules/00_support/store/Main.ts | 3 ++- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/src/modules/00_support/components/FormChat.vue b/src/modules/00_support/components/FormChat.vue index 43cce077d..c3d393fed 100644 --- a/src/modules/00_support/components/FormChat.vue +++ b/src/modules/00_support/components/FormChat.vue @@ -114,10 +114,11 @@ const onLoad = (async (_: any, done: any) => { - + {{ validateCategory(store.currentCategory) }} + {{ store.currentTitle }} @@ -191,7 +192,7 @@ const onLoad = (async (_: any, done: any) => { }} - + {{ item.title }} @@ -229,6 +230,7 @@ const onLoad = (async (_: any, done: any) => { text-color="white" :label="item.unreadCount" /> + @@ -281,12 +283,14 @@ const onLoad = (async (_: any, done: any) => {
@@ -366,7 +370,7 @@ const onLoad = (async (_: any, done: any) => {