แก้ไข การแสดงผล ค่าครองชีพ
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user