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:
@@ -245,8 +245,8 @@
|
||||
user_id: {
|
||||
title: 'User Pemohon',
|
||||
render: (item, data) => {
|
||||
return data.user && data.user.name ? `${data.user.name}` : '-';
|
||||
},
|
||||
return data?.user?.name ?? data?.mig_nama_ao ?? '-';
|
||||
}
|
||||
},
|
||||
debitur_id: {
|
||||
title: 'Debitur',
|
||||
|
||||
Reference in New Issue
Block a user