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) => { - -