From 6caafbdd6ceda575a31177c990a5077d2d5de17e Mon Sep 17 00:00:00 2001 From: waruneeta Date: Mon, 9 Oct 2023 10:08:38 +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=82=E0=B9=89=E0=B8=AD=E0=B8=84=E0=B8=A7=E0=B8=B2=E0=B8=A1?= =?UTF-8?q?=E0=B9=83=E0=B8=99=E0=B8=AA=E0=B9=88=E0=B8=A7=E0=B8=99=E0=B8=82?= =?UTF-8?q?=E0=B8=AD=E0=B8=87=E0=B9=80=E0=B8=A5=E0=B8=B7=E0=B8=AD=E0=B8=81?= =?UTF-8?q?=E0=B8=A3=E0=B8=AD=E0=B8=9A=E0=B8=82=E0=B8=AD=E0=B8=87=E0=B9=80?= =?UTF-8?q?=E0=B8=81=E0=B8=A9=E0=B8=B5=E0=B8=A2=E0=B8=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../06_retirement/components/ListRetirement/popupAdd.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/06_retirement/components/ListRetirement/popupAdd.vue b/src/modules/06_retirement/components/ListRetirement/popupAdd.vue index 33fdb2787..126c5927d 100644 --- a/src/modules/06_retirement/components/ListRetirement/popupAdd.vue +++ b/src/modules/06_retirement/components/ListRetirement/popupAdd.vue @@ -56,7 +56,7 @@ const clickAdd = () => { props.actionOptio; let list = props.actionOptio.map((e: any) => ({ id: e.id, - round: `รอบ ${e.round} (ฉบับวันที่ ${e.signDate})`, + round: `รอบ ${e.round} (ประกาศ ณ วันที่ ${e.signDate})`, })); actionOption.value = list; }