Feature #17 : Module Permohonan

This commit is contained in:
Daeng Deni Mardaeni
2024-08-24 21:17:32 +07:00
parent 458c1b1ad5
commit fec80bfa1c
12 changed files with 774 additions and 4 deletions

View File

@@ -157,7 +157,7 @@
branch: {
title: 'Cabang',
render: (item, data, context) => {
return `${data.branch_name}`;
return `${data.branch.name}`;
},
},
nomor_id: {