Updates user data and improves UI components
Updates user data display across multiple views to handle migrated data. Improves UI components by adding a detail location component and refining print layouts. Also, it fixes minor bugs and enhances data presentation in reports and forms.
This commit is contained in:
@@ -155,11 +155,11 @@
|
||||
},
|
||||
},
|
||||
user_id: {
|
||||
title: 'User Pemohon',
|
||||
render: (item, data) => {
|
||||
return `${data?.user?.name || '-'}`;
|
||||
},
|
||||
},
|
||||
title: 'User Pemohon',
|
||||
render: (item, data) => {
|
||||
return data?.user?.name ?? data?.mig_nama_ao ?? '-';
|
||||
}},
|
||||
|
||||
branch_id: {
|
||||
title: 'Cabang Pemohon',
|
||||
render: (item, data) => {
|
||||
|
||||
Reference in New Issue
Block a user