แก้ไข การแสดงผล ค่าครองชีพ

This commit is contained in:
LAPTOP-KB8JC2K2\acer
2021-07-08 15:26:37 +07:00
parent d17f470c8c
commit 0a18265f10
4 changed files with 17 additions and 12 deletions

View File

@@ -173,7 +173,6 @@ var eva_salary_cylinder_setupTable = function (result) {
{ "data": "themin" },
{ "data": "themax" },
{ "data": "middle" },
{ "data": "cost_living" },
{ "data": "position_allowance" },
{ "data": "monthly_compensation" },
],
@@ -213,22 +212,22 @@ var eva_salary_cylinder_setupTable = function (result) {
return formatNumber(data);
}
},
//{
// "targets": 7,
// "data": "cost_living",
// "render": function (data, type, row, meta) {
// return formatNumber(data);
// }
//},
{
"targets": 7,
"data": "cost_living",
"render": function (data, type, row, meta) {
return formatNumber(data);
}
},
{
"targets": 8,
"data": "position_allowance",
"render": function (data, type, row, meta) {
return formatNumber(data);
}
},
{
"targets": 9,
"targets": 8,
"data": "monthly_compensation",
"render": function (data, type, row, meta) {
return formatNumber(data);