diff --git a/src/components/Table.vue b/src/components/Table.vue index 52e85d0..0f1f610 100644 --- a/src/components/Table.vue +++ b/src/components/Table.vue @@ -77,6 +77,9 @@ + - diff --git a/src/modules/01_exam/components/Form/Contact.vue b/src/modules/01_exam/components/Form/Contact.vue new file mode 100644 index 0000000..389714a --- /dev/null +++ b/src/modules/01_exam/components/Form/Contact.vue @@ -0,0 +1,153 @@ + + + + \ No newline at end of file diff --git a/src/modules/01_exam/components/Form/Information.vue b/src/modules/01_exam/components/Form/Information.vue index e64bd45..671e10c 100644 --- a/src/modules/01_exam/components/Form/Information.vue +++ b/src/modules/01_exam/components/Form/Information.vue @@ -23,7 +23,7 @@ :class="getClass(status == 'register' || status == 'rejectRegister')" :borderless="!(status == 'register' || status == 'rejectRegister')" :rules="[ - (val) => (val != null && val.length == 13) || `${'กรุณากรอก เลขประจำตัวประชาชน'}`, + (val) => (val != null && val.length == 13) || `${'กรุณากรอกเลขประจำตัวประชาชนให้ถูกต้อง'}`, (val) => /^[0-9]*$/.test(val) || `${'กรุณากรอกเลขประจำตัวประชาชนให้ถูกต้อง'}` ]" v-model="defaultInformation.cardid" @@ -145,7 +145,6 @@
- -
-
-
- +