From b4f8e41c7e5ec6677eb3670c906ded9a8682eae9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tran=20Van=20Dung/=28Tran=20Van=20Dung=29/=ED=98=84?= =?UTF-8?q?=EC=9E=A5=EB=8C=80=EB=A6=AC=EC=9D=B8/SK?= <20074470@skcc.com> Date: Wed, 30 Jul 2025 09:15:11 +0700 Subject: [PATCH] update screen 34, fix bug grid - select item --- components/common/Grid.vue | 3 ++- pages/comm/base/PrgmMngPage.vue | 8 +++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/components/common/Grid.vue b/components/common/Grid.vue index 979ce03..761a321 100644 --- a/components/common/Grid.vue +++ b/components/common/Grid.vue @@ -4,13 +4,14 @@ :data="chkGridData" :columns="chkGridColumns" :options="chkGridOptions" - @focusChange="focusChangeEvt" + @mousedown="focusChangeEvt" @click="startEditing" @editingFinish="editingFinish" @dblclick="dblClick" @mouseover="mouseoverEvent" @mouseout="mouseoutEvent" /> +