add field
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kamonwan taengsuk
2023-09-04 15:31:14 +07:00
parent 1f02279f23
commit 63e37bf98d
3 changed files with 9 additions and 3 deletions

View File

@@ -150,9 +150,11 @@ namespace rmutr_report.Controllers
}
if (vv.count_unit != null )
{
string na = "ผู้เข้าร่วมโครงการ จำนวน ";
string na = "ผู้เข้าร่วมโครงการ ";
string na1 = " จำนวน ";
string na2 = " หน่วยนับ";
vv.text1 = na;
vv.text11 = na1;
vv.nuai_nap = na2;
}