From 063b9c584a42cebacdcd8622d39c18cf0d556fb1 Mon Sep 17 00:00:00 2001 From: waruneeta Date: Fri, 6 Oct 2023 17:04:01 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B9=84=E0=B8=82?= =?UTF-8?q?=E0=B8=9F=E0=B8=AD=E0=B8=A3=E0=B9=8C=E0=B8=A1=E0=B8=A5=E0=B8=B2?= =?UTF-8?q?=E0=B8=AD=E0=B8=AD=E0=B8=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../06_retirement/components/resign/ResignByid.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/modules/06_retirement/components/resign/ResignByid.vue b/src/modules/06_retirement/components/resign/ResignByid.vue index 8f7a796c3..1d1721279 100644 --- a/src/modules/06_retirement/components/resign/ResignByid.vue +++ b/src/modules/06_retirement/components/resign/ResignByid.vue @@ -826,7 +826,7 @@ const statusOrder = (val: boolean) => { -
+
{ :borderless="!edit" v-model="reason" :rules="[ - (val) => !!val || `${'กรุณากรอกเหตุผลที่ลาออกจากราชการ '}`, + (val) => !!val || `${'กรุณากรอกเหตุผลที่ลาออกจากราชการ'}`, ]" hide-bottom-space - :label="`${'เหตุผลที่ลาออกจากราชการ (เหตุผลแนวตั้ง)'}`" + :label="`${'เหตุผลที่ลาออกจากราชการ (หมายเหตุแนวตั้ง)'}`" type="textarea" />
@@ -902,9 +902,9 @@ const statusOrder = (val: boolean) => { :readonly="!edit" :borderless="!edit" v-model="remarkHorizontal" - :rules="[(val) => !!val || `${'กรุณากรอกเหตุผลแนวนอน '}`]" + :rules="[(val) => !!val || `${'กรุณากรอกหมายเหตุแนวนอน '}`]" hide-bottom-space - :label="`${'เหตุผลแนวนอน '}`" + :label="`${'หมายเหตุแนวนอน '}`" type="textarea" />