From 5ec610fcc041b4ff9a7078063b69b52d62f3932c Mon Sep 17 00:00:00 2001 From: waruneeta Date: Mon, 27 Nov 2023 14:39:45 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=9B=E0=B8=A3=E0=B8=B1=E0=B8=9A=20code=20?= =?UTF-8?q?=E0=B8=9B=E0=B8=A3=E0=B8=B0=E0=B8=A7=E0=B8=B1=E0=B8=95=E0=B8=B4?= =?UTF-8?q?=E0=B8=81=E0=B8=B2=E0=B8=A3=E0=B8=A5=E0=B8=87=E0=B9=80=E0=B8=A7?= =?UTF-8?q?=E0=B8=A5=E0=B8=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TableHistory.vue | 32 +++++----------- src/interface/response/checkin.ts | 4 ++ src/stores/chekin.ts | 64 +++++++++++++++++++++---------- 3 files changed, 57 insertions(+), 43 deletions(-) diff --git a/src/components/TableHistory.vue b/src/components/TableHistory.vue index fde3e66..a92a633 100644 --- a/src/components/TableHistory.vue +++ b/src/components/TableHistory.vue @@ -329,12 +329,12 @@ const checkRequestEdit = (checkInStatus: string, checkOutStatus: string) => { color="cyan-6" @click="openPopup(props.row)" /> - + {{ props.row.editStatus }} @@ -391,12 +391,12 @@ const checkRequestEdit = (checkInStatus: string, checkOutStatus: string) => {
- {{ props.row.statusEdit }} + {{ props.row.editStatus }}
@@ -404,19 +404,7 @@ const checkRequestEdit = (checkInStatus: string, checkOutStatus: string) => { - -