This commit is contained in:
Adisak 2025-10-30 17:55:36 +07:00
parent 440b161664
commit 01a17ef323

View file

@ -11246,7 +11246,7 @@ export class ReportController extends Controller {
typeShortNameAndRank: "",
level: "รวม",
levelRank: "",
total: total,
total: "รวม" + " " + total,
remark: "",
});
_reslut.push({
@ -11255,7 +11255,7 @@ export class ReportController extends Controller {
typeShortNameAndRank: "",
level: "รวมทั้งสิ้น",
levelRank: "",
total: allTotal,
total: "รวมทั้งสิ้น" + " " + allTotal,
remark: "",
});