From b42d797c78b641a69761590eb4a7a2b0a25374d2 Mon Sep 17 00:00:00 2001 From: AnandaTon <125332905+anandaAiemvong@users.noreply.github.com> Date: Mon, 3 Apr 2023 14:01:43 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B9=83=E0=B8=AB?= =?UTF-8?q?=E0=B9=89=E0=B8=9E=E0=B8=B4=E0=B8=A1=E0=B8=9E=E0=B9=8C=E0=B9=84?= =?UTF-8?q?=E0=B8=94=E0=B9=89=E0=B9=81=E0=B8=84=E0=B9=88=E0=B8=95=E0=B8=B1?= =?UTF-8?q?=E0=B8=A7=E0=B9=80=E0=B8=A5=E0=B8=82=20tel/ID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../01_exam/components/Form/Information.vue | 29 ++++++++++--------- .../01_exam/components/Form/Occupation.vue | 1 + 2 files changed, 17 insertions(+), 13 deletions(-) diff --git a/src/modules/01_exam/components/Form/Information.vue b/src/modules/01_exam/components/Form/Information.vue index 0f51c9a..49bbc7f 100644 --- a/src/modules/01_exam/components/Form/Information.vue +++ b/src/modules/01_exam/components/Form/Information.vue @@ -155,6 +155,7 @@ :outlined="status == 'register' || status == 'rejectRegister'" dense type="tel" + mask="#############" counter lazy-rules :readonly="!(status == 'register' || status == 'rejectRegister')" @@ -261,6 +262,7 @@ counter lazy-rules type="tel" + mask="##########" maxlength="10" :class="getClass(status == 'register' || status == 'rejectRegister')" :readonly="!(status == 'register' || status == 'rejectRegister')" @@ -280,6 +282,7 @@ counter lazy-rules type="tel" + mask="##########" maxlength="10" :class="getClass(status == 'register' || status == 'rejectRegister')" :readonly="!(status == 'register' || status == 'rejectRegister')" @@ -299,7 +302,7 @@ lazy-rules readonly borderless - style="padding:0 12px;" + style="padding: 0 12px" v-model="defaultInformation.email" label="E-mail address" /> @@ -308,12 +311,12 @@