From 869c5ec521e4d741441c0d89b8abb56d80aae6b7 Mon Sep 17 00:00:00 2001 From: setthawutttty Date: Mon, 20 Jan 2025 14:03:58 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=80=E0=B8=AD=E0=B8=B2=20=E0=B8=9A?= =?UTF-8?q?=E0=B8=B1=E0=B8=87=E0=B8=84=E0=B8=B1=E0=B8=9A=E0=B8=AD=E0=B8=AD?= =?UTF-8?q?=E0=B8=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/detail/Salary/01_PositionSalary.vue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/modules/04_registryPerson/components/detail/Salary/01_PositionSalary.vue b/src/modules/04_registryPerson/components/detail/Salary/01_PositionSalary.vue index 5650fe714..f6b4cc0d7 100644 --- a/src/modules/04_registryPerson/components/detail/Salary/01_PositionSalary.vue +++ b/src/modules/04_registryPerson/components/detail/Salary/01_PositionSalary.vue @@ -1136,8 +1136,6 @@ onMounted(() => { label="เงินค่าตอบแทนพิเศษ" mask="###,###,###,###" reverse-fill-mask - :rules="empType !== '-temp'? [(val:string) => !!val || `${'กรุณากรอกเงินค่าตอบแทนพิเศษ'}`]:[]" - lazy-rules hide-bottom-space /> @@ -1198,13 +1196,10 @@ onMounted(() => { ref="docRef" outlined dense - lazy-rules borderless v-model="formDataSalary.doc" :label="`${'เอกสารอ้างอิง'}`" type="textarea" - hide-bottom-space - :rules="empType !== '-temp'? [(val: number) => !!val || `${'กรุณากรอกเอกสารอ้างอิง'}`]:[]" />