แก้ไขข้อความในส่วนของเลือกรอบของเกษียณ
This commit is contained in:
parent
9d05105e02
commit
6caafbdd6c
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue