From bd56c5455ce4ab79a69a44ebd434d83afb8cf0b7 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Tue, 7 Nov 2023 17:47:55 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=9B=E0=B8=A3=E0=B8=B1=E0=B8=9A=20button?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TableHistory.vue | 4 ++-- src/components/ToolBar.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/TableHistory.vue b/src/components/TableHistory.vue index 9b85a17..69733c1 100644 --- a/src/components/TableHistory.vue +++ b/src/components/TableHistory.vue @@ -160,8 +160,9 @@ const pagination = ref({ v-if="props.row.statusEdit === 'edit'" outline icon="edit" + size="12px" label="ขอแก้ไข" - color="info" + color="cyan-6" @click="openPopup(props.row)" />