From 2c4c2af3da61f264341b7f95c647d3e7c9cb868f Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Fri, 16 Feb 2024 16:21:18 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=9B=E0=B8=A3=E0=B8=B1=E0=B8=9A=20icon=20a?= =?UTF-8?q?vatar=20=E0=B9=80=E0=B9=80=E0=B8=A5=E0=B8=B0=20=E0=B8=9B?= =?UTF-8?q?=E0=B8=A3=E0=B8=B1=E0=B8=9A=E0=B8=AA=E0=B8=B5=E0=B8=9B=E0=B8=B8?= =?UTF-8?q?=E0=B9=88=E0=B8=A1=E0=B9=80=E0=B8=9B=E0=B9=87=E0=B8=99=20second?= =?UTF-8?q?ary?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/00_support/components/FormChat.vue | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/modules/00_support/components/FormChat.vue b/src/modules/00_support/components/FormChat.vue index c660ce5e7..f908030df 100644 --- a/src/modules/00_support/components/FormChat.vue +++ b/src/modules/00_support/components/FormChat.vue @@ -2,6 +2,7 @@ import "moment/dist/locale/th"; import moment from "moment"; import DialogStatus from "@/modules/00_support/components/DialogStatus.vue"; + import { ref, onMounted } from "vue"; import { storeToRefs } from "pinia"; import { useSupportStore } from "@/modules/00_support/store/Main"; @@ -12,6 +13,9 @@ const content = ref(""); const searchInput = ref(""); const currentIssuePage = ref(1); const totalPageIssue = ref(); +const iconAvatar = ref( + "https://bma-ehr.frappet.synology.me/assets/avatar_user-8c8fe276.jpg" +); const { scrollContainer } = storeToRefs(store); @@ -66,8 +70,7 @@ const onLoad = (async (_: any, done: any) => {

@@ -103,7 +106,7 @@ const onLoad = (async (_: any, done: any) => {

- + {
- +
@@ -245,7 +248,7 @@ const onLoad = (async (_: any, done: any) => {