From 8a0a6e075f5684797199ccc6245e799dd851002a Mon Sep 17 00:00:00 2001 From: puriphatt Date: Fri, 29 Mar 2024 17:18:24 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=97=E0=B8=B0=E0=B9=80=E0=B8=9A=E0=B8=B5?= =?UTF-8?q?=E0=B8=A2=E0=B8=99=E0=B8=9B=E0=B8=A3=E0=B8=B0=E0=B8=A7=E0=B8=B1?= =?UTF-8?q?=E0=B8=95=E0=B8=B4:=20=E0=B8=A5=E0=B8=9A=20inputgreen=20?= =?UTF-8?q?=E0=B8=9A=E0=B8=99=20readonly?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/detail/PersonalInformation/01_Profile.vue | 1 - .../components/detail/PersonalInformation/03_Address.vue | 2 -- 2 files changed, 3 deletions(-) diff --git a/src/modules/04_registryNew/components/detail/PersonalInformation/01_Profile.vue b/src/modules/04_registryNew/components/detail/PersonalInformation/01_Profile.vue index affc3f90e..8c2b3b577 100644 --- a/src/modules/04_registryNew/components/detail/PersonalInformation/01_Profile.vue +++ b/src/modules/04_registryNew/components/detail/PersonalInformation/01_Profile.vue @@ -599,7 +599,6 @@ onMounted(async () => { lazy-rules hide-bottom-space readonly - class="inputgreen" v-model="age" :label="dataLabel.age" /> diff --git a/src/modules/04_registryNew/components/detail/PersonalInformation/03_Address.vue b/src/modules/04_registryNew/components/detail/PersonalInformation/03_Address.vue index c87668fc8..cf822c7c2 100644 --- a/src/modules/04_registryNew/components/detail/PersonalInformation/03_Address.vue +++ b/src/modules/04_registryNew/components/detail/PersonalInformation/03_Address.vue @@ -662,7 +662,6 @@ onMounted(async () => { outlined lazy-rules hide-bottom-space - class="inputgreen" v-model="formData.registrationZipCode" :label="dataLabel.registrationZipCode" /> @@ -784,7 +783,6 @@ onMounted(async () => { outlined lazy-rules hide-bottom-space - class="inputgreen" v-model="formData.currentZipCode" :label="dataLabel.registrationZipCode" />