fix
This commit is contained in:
parent
440b161664
commit
01a17ef323
1 changed files with 2 additions and 2 deletions
|
|
@ -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: "",
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue