From c53e6b535905edb58c23b0cfe002f336e5cbc0c1 Mon Sep 17 00:00:00 2001 From: Thanit Konmek Date: Fri, 4 Aug 2023 12:29:38 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B9=84=E0=B8=82?= =?UTF-8?q?=20=E0=B8=9A=E0=B8=B1=E0=B8=84=20store=20,=20=E0=B8=9B=E0=B8=A3?= =?UTF-8?q?=E0=B8=B1=E0=B8=9A=20component=20=E0=B8=A3=E0=B8=B9=E0=B8=9B?= =?UTF-8?q?=E0=B8=A0=E0=B8=B2=E0=B8=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/information/Image.vue | 160 ++++++++++++++---- .../02_organizational/views/ManageReport2.vue | 14 +- src/modules/04_registry/views/Main.vue | 15 +- .../components/Receive/receiveDetail.vue | 10 +- .../components/Receive/receiveMain.vue | 43 ++--- 5 files changed, 160 insertions(+), 82 deletions(-) diff --git a/src/components/information/Image.vue b/src/components/information/Image.vue index 30efcc2a7..5291f27b8 100644 --- a/src/components/information/Image.vue +++ b/src/components/information/Image.vue @@ -66,9 +66,9 @@
- {{ props.fullName }} + {{ fullname }}
-
{{ props.position }}
+
{{ position }}
@@ -164,22 +164,14 @@