From d917a93db2ebb89ad6b3b66baea339e71b0ff37c Mon Sep 17 00:00:00 2001 From: Jarinya Date: Mon, 13 May 2024 18:27:22 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=9B=E0=B8=A3=E0=B8=B1=E0=B8=9A=20UI=202?= =?UTF-8?q?=20post/page=20add=20id=20group?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/search/CardUser.vue | 117 ++++++++++++++++++++------- src/components/search/SearchMain.vue | 12 +-- 2 files changed, 93 insertions(+), 36 deletions(-) diff --git a/src/components/search/CardUser.vue b/src/components/search/CardUser.vue index 7a3c76a..8bdb00a 100644 --- a/src/components/search/CardUser.vue +++ b/src/components/search/CardUser.vue @@ -10,7 +10,7 @@ class="pa-lg-10 pa-md-10 pa-sm-4 pa-2" > - + - -
+ + - - - + - - - + - -
- {{ item.firstName }} + +
+ {{ item.firstName }} {{ item.lastName }} @@ -57,23 +64,67 @@ >
-
+ +
{{ item.zone.province.name }} | {{ item.zone.name }}
+
- + + + +
+ {{ item.group.id }} +
+ +
+ +
{{ item.group.name }}
+
+
+ + + {{ item.group.id }} + + + {{ item.group.name }} + + +
อาชีพ : @@ -351,23 +402,29 @@ export default { };