Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 59s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 59s
This commit is contained in:
commit
cd3963be5a
1 changed files with 2 additions and 2 deletions
|
|
@ -11246,7 +11246,7 @@ export class ReportController extends Controller {
|
||||||
typeShortNameAndRank: "",
|
typeShortNameAndRank: "",
|
||||||
level: "รวม",
|
level: "รวม",
|
||||||
levelRank: "",
|
levelRank: "",
|
||||||
total: total,
|
total: "รวม" + " " + total,
|
||||||
remark: "",
|
remark: "",
|
||||||
});
|
});
|
||||||
_reslut.push({
|
_reslut.push({
|
||||||
|
|
@ -11255,7 +11255,7 @@ export class ReportController extends Controller {
|
||||||
typeShortNameAndRank: "",
|
typeShortNameAndRank: "",
|
||||||
level: "รวมทั้งสิ้น",
|
level: "รวมทั้งสิ้น",
|
||||||
levelRank: "",
|
levelRank: "",
|
||||||
total: allTotal,
|
total: "รวมทั้งสิ้น" + " " + allTotal,
|
||||||
remark: "",
|
remark: "",
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue