bug fixed
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kamonwan taengsuk
2023-10-19 10:44:40 +07:00
parent d7509173f9
commit 28f149b579

View File

@@ -160,7 +160,7 @@ namespace rmutr_report.Controllers
if (vv.count_project != null)
{
vv.clause1 = "16.1 เชิงปริมาณ";
vv.clause1 = "18.1 เชิงปริมาณ";
string na = "จำนวนครั้งที่ดำเนินโครงการ ";
string na2 = " ครั้ง";
vv.text2 = na;
@@ -185,7 +185,7 @@ namespace rmutr_report.Controllers
if (vv.project_start_date != null)
{
vv.clause2 = "16.2 เชิงเวลา";
vv.clause2 = "18.2 เชิงเวลา";
string na3 = "วัน/เดือน/ปี ที่จะดำเนินโครงการ ";
string na4 = " ถึง ";
vv.range = na4;
@@ -196,7 +196,7 @@ namespace rmutr_report.Controllers
if (vv.percentage1 != null || vv.percentage2 != null)
{
vv.clause3 = "16.3 เชิงคุณภาพ";
vv.clause3 = "18.3 เชิงคุณภาพ";
string na = "ผู้เข้าร่วมโครงการมีความรู้ความเข้าใจเพิ่มขึ้น (ร้อยละ) ";
string na1 = "ความพึงพอใจของผู้เข้ารับบริการในกระบวนการให้บริการ (ร้อยละ) ";
vv.text7 = na;
@@ -207,7 +207,7 @@ namespace rmutr_report.Controllers
if (vv.expenses != null)
{
vv.clause4 = "16.4 เชิงค่าใช้จ่าย";
vv.clause4 = "18.4 เชิงค่าใช้จ่าย";
vv.bath = " บาท";
}
}