From 5400518678955550d0f16e857526ebe21fd768c2 Mon Sep 17 00:00:00 2001 From: waruneeta Date: Mon, 7 Aug 2023 22:56:05 +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=AA=E0=B8=96=E0=B8=B2=E0=B8=99=E0=B8=B0=E0=B8=81=E0=B8=B2?= =?UTF-8?q?=E0=B8=A3=E0=B8=A5=E0=B8=B2=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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/modules/06_retirement/components/resign/ResignByid.vue b/src/modules/06_retirement/components/resign/ResignByid.vue index 34b196a57..8c191671d 100644 --- a/src/modules/06_retirement/components/resign/ResignByid.vue +++ b/src/modules/06_retirement/components/resign/ResignByid.vue @@ -45,10 +45,10 @@
-
สถานะการทดลองงาน
+
สถานะ
- - + + {{ status }}
@@ -175,7 +175,7 @@ const name = ref('นายสมคิด ยอดใจ') const position = ref('นักจัดการงานทั่วไป') const level = ref('ชำนาญการพิเศษ') const institution = ref('ฝ่ายบริหารงานทั่วไป') -const status = ref('อยู่ระหว่างการทดลองงาน') +const status = ref('อยู่ระหว่างการพิจารณา') const edit = ref(true) const location = ref('ที่ทำงาน') const filingDate = ref('21 ก.ค. 2566')