ปรับปรุง รายงานการเลื่อนเงินเดือน

This commit is contained in:
LAPTOP-KB8JC2K2\acer
2021-03-25 12:12:29 +07:00
parent 4859e4bdbd
commit 3be03e16d7
6 changed files with 60 additions and 77 deletions

View File

@@ -158,7 +158,7 @@ var vw_eva_performance_plan_setupTable = function (result) {
"targets": 0, //1,
"data": "id",
"render": function (data, type, row, meta) {
return "<button type='button' class='btn btn-warning btn-sm' onclick='javascript:vw_eva_performance_plan_GoEdit(" + tmp + data + tmp + ")'><i class='fa fa-pencil-alt'></i></button> ";
return "<button type='button' class='btn btn-warning btn-sm' onclick='javascript:vw_eva_performance_plan_GoEdit(" + tmp + data + tmp + ")'><i class='fa fa-pencil'></i></button> ";
}
},
//{