Merge branch 'develop' into dev-tee

This commit is contained in:
setthawutttty 2023-10-09 10:41:54 +07:00
commit 01fe8f97f4

View file

@ -56,7 +56,7 @@ const clickAdd = () => {
props.actionOptio; props.actionOptio;
let list = props.actionOptio.map((e: any) => ({ let list = props.actionOptio.map((e: any) => ({
id: e.id, id: e.id,
round: `รอบ ${e.round} (ฉบับวันที่ ${e.signDate})`, round: `รอบ ${e.round} (ประกาศ ณ วันที่ ${e.signDate})`,
})); }));
actionOption.value = list; actionOption.value = list;
} }