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; }