From cfa526dda92f08a75f838da75c816601bd180ce9 Mon Sep 17 00:00:00 2001 From: setthawutttty Date: Wed, 20 Sep 2023 15:56:31 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=AA=E0=B8=A5=E0=B8=B1=E0=B8=9A=E0=B8=84?= =?UTF-8?q?=E0=B8=B3=20=E0=B8=95=E0=B8=B3=E0=B8=9A=E0=B8=A5/=E0=B9=81?= =?UTF-8?q?=E0=B8=82=E0=B8=A7=E0=B8=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/information/Address.vue | 12 ++++++------ src/modules/03_recruiting/components/Address.vue | 8 ++++---- src/modules/03_recruiting/views/03_editor/index.vue | 4 ++-- .../04_registry/components/Information/Address.vue | 12 ++++++------ .../PersonalDetail/Information/Address.vue | 8 ++++---- .../components/EditEmployee/Information/Address.vue | 12 ++++++------ 6 files changed, 28 insertions(+), 28 deletions(-) diff --git a/src/components/information/Address.vue b/src/components/information/Address.vue index 525e7ad64..7db4b8410 100644 --- a/src/components/information/Address.vue +++ b/src/components/information/Address.vue @@ -89,7 +89,7 @@ :class="getClass(edit)" :readonly="!edit" :borderless="!edit" - :rules="[(val:string) => !!val || `${'กรุณาเลือก ตำบล / แขวง'}`]" + :rules="[(val:string) => !!val || `${'กรุณาเลือก แขวง / ตำบล '}`]" :outlined="edit" dense lazy-rules @@ -99,7 +99,7 @@ option-label="name" :options="Ops.subdistrictOps" option-value="id" - :label="`${'ตำบล / แขวง'}`" + :label="`${'แขวง / ตำบล '}`" @update:model-value="(value:string) => selectSubDistrict(value, '1')" use-input input-debounce="0" @@ -221,7 +221,7 @@ :class="getClass(edit)" :readonly="!edit" :borderless="!edit" - :rules="[(val:string) => !!val || `${'กรุณาเลือก ตำบล / แขวง'}`]" + :rules="[(val:string) => !!val || `${'กรุณาเลือก แขวง / ตำบล '}`]" :outlined="edit" dense lazy-rules @@ -231,7 +231,7 @@ option-label="name" :options="Ops.subdistrictCOps" option-value="id" - :label="`${'ตำบล / แขวง'}`" + :label="`${'แขวง / ตำบล '}`" @update:model-value="(value:string) => selectSubDistrict(value, '2')" use-input input-debounce="0" @@ -383,7 +383,7 @@ const columnsHistory = ref([ { name: "registrationSubDistrict", align: "left", - label: "ตำบล/แขวงตามทะเบียนบ้าน", + label: "แขวง/ตำบลตามทะเบียนบ้าน", sortable: true, field: "registrationSubDistrict", headerStyle: "font-size: 14px", @@ -449,7 +449,7 @@ const columnsHistory = ref([ { name: "currentSubDistrict", align: "left", - label: "ตำบล/แขวงปัจจุบัน", + label: "แขวง/ตำบลปัจจุบัน", sortable: true, field: "currentSubDistrict", headerStyle: "font-size: 14px", diff --git a/src/modules/03_recruiting/components/Address.vue b/src/modules/03_recruiting/components/Address.vue index 7d58fa270..03a5c8f8e 100644 --- a/src/modules/03_recruiting/components/Address.vue +++ b/src/modules/03_recruiting/components/Address.vue @@ -68,7 +68,7 @@ :class="getClass(status == 'checkRegister' || status == 'payment')" :readonly="!(status == 'checkRegister' || status == 'payment')" :borderless="!(status == 'checkRegister' || status == 'payment')" - :rules="[(val) => !!val || `${'กรุณาเลือก ตำบล / แขวง'}`]" + :rules="[(val) => !!val || `${'กรุณาเลือก แขวง / ตำบล '}`]" :outlined="status == 'checkRegister' || status == 'payment'" dense lazy-rules @@ -78,7 +78,7 @@ option-label="name" :options="subdistrictOptions" option-value="id" - :label="`${'ตำบล / แขวง'}`" + :label="`${'แขวง / ตำบล '}`" @update:model-value="(value) => selectSubDistrict(value, '1')" /> @@ -192,7 +192,7 @@ :class="getClass(status == 'checkRegister' || status == 'payment')" :readonly="!(status == 'checkRegister' || status == 'payment')" :borderless="!(status == 'checkRegister' || status == 'payment')" - :rules="[(val) => !!val || `${'กรุณาเลือก ตำบล / แขวง'}`]" + :rules="[(val) => !!val || `${'กรุณาเลือก แขวง / ตำบล '}`]" :outlined="status == 'checkRegister' || status == 'payment'" dense lazy-rules @@ -202,7 +202,7 @@ option-label="name" :options="subdistrictCOptions" option-value="id" - :label="`${'ตำบล / แขวง'}`" + :label="`${'แขวง / ตำบล '}`" @update:model-value="(value) => selectSubDistrict(value, '2')" /> diff --git a/src/modules/03_recruiting/views/03_editor/index.vue b/src/modules/03_recruiting/views/03_editor/index.vue index 167e0c0be..64e88c8f7 100644 --- a/src/modules/03_recruiting/views/03_editor/index.vue +++ b/src/modules/03_recruiting/views/03_editor/index.vue @@ -298,7 +298,7 @@ :class="getClass(enable.about)" :readonly="!enable.about" :borderless="!enable.about" - :rules="[(val) => !!val || `${'กรุณาเลือก ตำบล / แขวง'}`]" + :rules="[(val) => !!val || `${'กรุณาเลือก แขวง / ตำบล '}`]" :outlined="enable.about" dense lazy-rules @@ -308,7 +308,7 @@ option-label="name" :options="subdistrictOptions" option-value="id" - :label="`${'ตำบล / แขวง'}`" + :label="`${'แขวง / ตำบล '}`" @update:model-value="(value) => selectSubDistrict(value)" /> diff --git a/src/modules/04_registry/components/Information/Address.vue b/src/modules/04_registry/components/Information/Address.vue index cf54d030a..982e190c7 100644 --- a/src/modules/04_registry/components/Information/Address.vue +++ b/src/modules/04_registry/components/Information/Address.vue @@ -89,7 +89,7 @@ :class="getClass(edit)" :readonly="!edit" :borderless="!edit" - :rules="[(val:string) => !!val || `${'กรุณาเลือก ตำบล / แขวง'}`]" + :rules="[(val:string) => !!val || `${'กรุณาเลือก แขวง / ตำบล '}`]" :outlined="edit" dense lazy-rules @@ -99,7 +99,7 @@ option-label="name" :options="Ops.subdistrictOps" option-value="id" - :label="`${'ตำบล / แขวง'}`" + :label="`${'แขวง / ตำบล '}`" @update:model-value="(value:string) => selectSubDistrict(value, '1')" use-input input-debounce="0" @@ -221,7 +221,7 @@ :class="getClass(edit)" :readonly="!edit" :borderless="!edit" - :rules="[(val:string) => !!val || `${'กรุณาเลือก ตำบล / แขวง'}`]" + :rules="[(val:string) => !!val || `${'กรุณาเลือก แขวง / ตำบล '}`]" :outlined="edit" dense lazy-rules @@ -231,7 +231,7 @@ option-label="name" :options="Ops.subdistrictCOps" option-value="id" - :label="`${'ตำบล / แขวง'}`" + :label="`${'แขวง / ตำบล '}`" @update:model-value="(value:string) => selectSubDistrict(value, '2')" use-input input-debounce="0" @@ -384,7 +384,7 @@ const columnsHistory = ref([ { name: "registrationSubDistrict", align: "left", - label: "ตำบล/แขวงตามทะเบียนบ้าน", + label: "แขวง/ตำบลตามทะเบียนบ้าน", sortable: true, field: "registrationSubDistrict", headerStyle: "font-size: 14px", @@ -450,7 +450,7 @@ const columnsHistory = ref([ { name: "currentSubDistrict", align: "left", - label: "ตำบล/แขวงปัจจุบัน", + label: "แขวง/ตำบลปัจจุบัน", sortable: true, field: "currentSubDistrict", headerStyle: "font-size: 14px", diff --git a/src/modules/05_placement/components/PersonalDetail/Information/Address.vue b/src/modules/05_placement/components/PersonalDetail/Information/Address.vue index 1aa8ead26..482b5b1bf 100644 --- a/src/modules/05_placement/components/PersonalDetail/Information/Address.vue +++ b/src/modules/05_placement/components/PersonalDetail/Information/Address.vue @@ -413,7 +413,7 @@ const getClass = (val: boolean) => { :class="getClass(edit)" :readonly="!edit" :borderless="!edit" - :rules="[(val:string) => !!val || `${'กรุณาเลือก ตำบล / แขวง'}`]" + :rules="[(val:string) => !!val || `${'กรุณาเลือก แขวง / ตำบล '}`]" :outlined="edit" dense lazy-rules @@ -423,7 +423,7 @@ const getClass = (val: boolean) => { option-label="name" :options="Ops.subdistrictOps" option-value="id" - :label="`${'ตำบล / แขวง'}`" + :label="`${'แขวง / ตำบล '}`" @update:model-value="(value:string) => selectSubDistrict(value, '1')" use-input input-debounce="0" @@ -554,7 +554,7 @@ const getClass = (val: boolean) => { :class="getClass(edit)" :readonly="!edit" :borderless="!edit" - :rules="[(val:string) => !!val || `${'กรุณาเลือก ตำบล / แขวง'}`]" + :rules="[(val:string) => !!val || `${'กรุณาเลือก แขวง / ตำบล '}`]" :outlined="edit" dense lazy-rules @@ -564,7 +564,7 @@ const getClass = (val: boolean) => { option-label="name" :options="Ops.subdistrictCOps" option-value="id" - :label="`${'ตำบล / แขวง'}`" + :label="`${'แขวง / ตำบล '}`" @update:model-value="(value:string) => selectSubDistrict(value, '2')" use-input input-debounce="0" diff --git a/src/modules/08_registryEmployee/components/EditEmployee/Information/Address.vue b/src/modules/08_registryEmployee/components/EditEmployee/Information/Address.vue index 011342df7..105941b50 100644 --- a/src/modules/08_registryEmployee/components/EditEmployee/Information/Address.vue +++ b/src/modules/08_registryEmployee/components/EditEmployee/Information/Address.vue @@ -103,7 +103,7 @@ const columnsHistory = ref([ { name: "registrationSubDistrict", align: "left", - label: "ตำบล/แขวงตามทะเบียนบ้าน", + label: "แขวง/ตำบลตามทะเบียนบ้าน", sortable: true, field: "registrationSubDistrict", headerStyle: "font-size: 14px", @@ -169,7 +169,7 @@ const columnsHistory = ref([ { name: "currentSubDistrict", align: "left", - label: "ตำบล/แขวงปัจจุบัน", + label: "แขวง/ตำบลปัจจุบัน", sortable: true, field: "currentSubDistrict", headerStyle: "font-size: 14px", @@ -710,7 +710,7 @@ const getClass = (val: boolean) => { :class="getClass(edit)" :readonly="!edit" :borderless="!edit" - :rules="[(val:string) => !!val || `${'กรุณาเลือก ตำบล / แขวง'}`]" + :rules="[(val:string) => !!val || `${'กรุณาเลือก แขวง / ตำบล '}`]" :outlined="edit" dense lazy-rules @@ -720,7 +720,7 @@ const getClass = (val: boolean) => { option-label="name" :options="Ops.subdistrictOps" option-value="id" - :label="`${'ตำบล / แขวง'}`" + :label="`${'แขวง / ตำบล '}`" @update:model-value="(value:string) => selectSubDistrict(value, '1')" use-input input-debounce="0" @@ -842,7 +842,7 @@ const getClass = (val: boolean) => { :class="getClass(edit)" :readonly="!edit" :borderless="!edit" - :rules="[(val:string) => !!val || `${'กรุณาเลือก ตำบล / แขวง'}`]" + :rules="[(val:string) => !!val || `${'กรุณาเลือก แขวง / ตำบล '}`]" :outlined="edit" dense lazy-rules @@ -852,7 +852,7 @@ const getClass = (val: boolean) => { option-label="name" :options="Ops.subdistrictCOps" option-value="id" - :label="`${'ตำบล / แขวง'}`" + :label="`${'แขวง / ตำบล '}`" @update:model-value="(value:string) => selectSubDistrict(value, '2')" use-input input-debounce="0"