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; -}