diff --git a/resources/assets/js/components/demo/admin/nominee/index.vue b/resources/assets/js/components/demo/admin/nominee/index.vue index 8bf7cf7..2c0a711 100644 --- a/resources/assets/js/components/demo/admin/nominee/index.vue +++ b/resources/assets/js/components/demo/admin/nominee/index.vue @@ -44,19 +44,28 @@ {{ nominee.no_anggota }} {{ nominee.unit }} {{ nominee.position }} - {{ nominee.education }} - {{ nominee.experience }} + +
    +
  1. {{ item }}
  2. +
+ + +
    +
  1. {{ item }}
  2. +
+ + - Set semula + Kemaskini - + No Calon @@ -106,15 +115,15 @@ export default { .then(response => { $.notifyClose(); // Close notification // if (this.util.showResult(response, 'success')) { - if (response.data && response.data.status === 'success') { + if (response.data && response.data.status === 'success') { this.util.notify('Nominee deleted successfully', 'success'); - + // Show success notification this.refreshNominee(); // Refresh the list of nominees } else { - this.util.notify('Failed to delete nominee', 'error'); // Show error notification - + this.util.notify('Failed to delete nominee', 'error'); // Show error notification + } }) .catch(error => {