From 60a09db3b71677766aa6541b2b552c67dae09216 Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Fri, 11 Jul 2025 14:49:06 +0700 Subject: [PATCH 1/7] fix report salary text hint to tootip --- .../21_report/views/05_reportSalary.vue | 38 +++++++++++-------- 1 file changed, 23 insertions(+), 15 deletions(-) diff --git a/src/modules/21_report/views/05_reportSalary.vue b/src/modules/21_report/views/05_reportSalary.vue index af32b2dcd..0cd90d6ed 100644 --- a/src/modules/21_report/views/05_reportSalary.vue +++ b/src/modules/21_report/views/05_reportSalary.vue @@ -526,13 +526,30 @@ onMounted(() => { lazy-rules hide-bottom-space bg-color="white" - :hint=" - group === 'GROUP1' - ? 'ทั่วไป: ปฏิบัติงาน, ชำนาญงาน, อาวุโส\nวิชาการ: ปฏิบัติการ, ชำนาญการ, ชำนาญการพิเศษ\nอำนวยการ: ต้น' - : 'ทั่วไป: ทักษะพิเศษ\nวิชาการ: เชี่ยวชาญ, ทรงคุณวุฒิ\nอำนวยการ: สูง\nบริหาร: ต้น, สูง' - " - class="multiline-hint" > + @@ -847,13 +864,4 @@ onMounted(() => { min-height: 32px; padding: 2px 9px; } - -.multiline-hint :deep(.q-field__messages) { - white-space: pre-line; - font-size: 0.8rem; - line-height: 1.2; - background-color: #eeeeee; - padding: 8px; - border-radius: 4px; -} From 37e254be2e783f6eeebdf8d48e313c8056eabd53 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Fri, 11 Jul 2025 15:03:33 +0700 Subject: [PATCH 2/7] =?UTF-8?q?fetch=20=E0=B8=A3=E0=B8=B2=E0=B8=A2?= =?UTF-8?q?=E0=B8=87=E0=B8=B2=E0=B8=99=E0=B9=80=E0=B8=A1=E0=B8=B7=E0=B9=88?= =?UTF-8?q?=E0=B8=AD=E0=B9=80=E0=B8=9B=E0=B8=A5=E0=B8=B5=E0=B9=88=E0=B8=A2?= =?UTF-8?q?=E0=B8=99=E0=B8=AB=E0=B8=99=E0=B9=88=E0=B8=A7=E0=B8=A2=E0=B8=87?= =?UTF-8?q?=E0=B8=B2=E0=B8=99=20=3D=3D>=20=E0=B8=A3=E0=B8=B2=E0=B8=A2?= =?UTF-8?q?=E0=B8=87=E0=B8=B2=E0=B8=99=E0=B9=82=E0=B8=84=E0=B8=A3=E0=B8=87?= =?UTF-8?q?=E0=B8=AA=E0=B8=A3=E0=B9=89=E0=B8=B2=E0=B8=87=E0=B9=81=E0=B8=A5?= =?UTF-8?q?=E0=B8=B0=E0=B8=81=E0=B8=A3=E0=B8=AD=E0=B8=9A=E0=B8=AD=E0=B8=B1?= =?UTF-8?q?=E0=B8=95=E0=B8=A3=E0=B8=B2=E0=B8=81=E0=B8=B3=E0=B8=A5=E0=B8=B1?= =?UTF-8?q?=E0=B8=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../21_report/components/01_org/TableMain.vue | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/modules/21_report/components/01_org/TableMain.vue b/src/modules/21_report/components/01_org/TableMain.vue index 21689f88d..9de762b8f 100644 --- a/src/modules/21_report/components/01_org/TableMain.vue +++ b/src/modules/21_report/components/01_org/TableMain.vue @@ -1,5 +1,5 @@