diff --git a/resources/assets/js/components/demo/admin/index.vue b/resources/assets/js/components/demo/admin/index.vue index 1565e6b..e791e76 100644 --- a/resources/assets/js/components/demo/admin/index.vue +++ b/resources/assets/js/components/demo/admin/index.vue @@ -1,5 +1,5 @@ - + - + + } + \ No newline at end of file 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 => { diff --git a/resources/assets/js/components/demo/admin/voter/edit.vue b/resources/assets/js/components/demo/admin/voter/edit.vue index e79e6eb..d2325e2 100644 --- a/resources/assets/js/components/demo/admin/voter/edit.vue +++ b/resources/assets/js/components/demo/admin/voter/edit.vue @@ -1,7 +1,7 @@