bug fixed

This commit is contained in:
kamonwan taengsuk
2023-02-20 19:29:33 +07:00
parent 8c15e219bc
commit 81541824d8
3 changed files with 345 additions and 264 deletions

View File

@@ -43,7 +43,7 @@ namespace rmutr_report.Controllers
{
string na = "ประเด็นยุทธศาสตร์ที่ " ;
v.strategic_issues = na + v.strategic_issues;
string na2 = "มาตรการที่ " ;
string na2 = "กลยุทธ์ที่ " ;
v.measure = na2 + v.measure;
}
foreach (var v in project.fourteenth)