From a6a035c5db546b418f2b464f59197a18a536c0aa Mon Sep 17 00:00:00 2001 From: setthawutttty Date: Thu, 29 Feb 2024 09:24:27 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=9B=E0=B8=A3=E0=B8=B1=E0=B8=9A=E0=B8=AA?= =?UTF-8?q?=E0=B8=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/13_salary/components/SalaryRound/DialogForm.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/13_salary/components/SalaryRound/DialogForm.vue b/src/modules/13_salary/components/SalaryRound/DialogForm.vue index e367697f4..65e69292d 100644 --- a/src/modules/13_salary/components/SalaryRound/DialogForm.vue +++ b/src/modules/13_salary/components/SalaryRound/DialogForm.vue @@ -181,6 +181,7 @@ watch( ref="yearRef" dense lazy-rules + :class="inputEdit(isReadonly)" hide-bottom-space outlined :model-value="year === 0 ? null : Number(year) + 543"