Merge branch 'develop' into dev-tee
This commit is contained in:
commit
01fe8f97f4
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue