perabaikan team activity, form inspeksi rap,laporan memo, rap, resume dan penambahan basic data perizinan
This commit is contained in:
@@ -204,7 +204,9 @@
|
||||
},
|
||||
progress: {
|
||||
title: 'Progress',
|
||||
render: (item, data) => `${data.progress || ''}`,
|
||||
render: (item, data) => {
|
||||
return `<span class="badge badge-xs badge-default uppercase flex justify-center ">${data.permohonan.status}</span>`;
|
||||
}
|
||||
},
|
||||
due_date: {
|
||||
title: 'Due Date',
|
||||
|
||||
Reference in New Issue
Block a user