fix array view for nominee at admin page
This commit is contained in:
@@ -44,14 +44,23 @@
|
|||||||
<td>{{ nominee.no_anggota }}</td>
|
<td>{{ nominee.no_anggota }}</td>
|
||||||
<td>{{ nominee.unit }}</td>
|
<td>{{ nominee.unit }}</td>
|
||||||
<td>{{ nominee.position }}</td>
|
<td>{{ nominee.position }}</td>
|
||||||
<td>{{ nominee.education }}</td>
|
<td>
|
||||||
<td>{{ nominee.experience }}</td>
|
<ol>
|
||||||
|
<li v-for="(item, index) in nominee.education" :key="index">{{ item }}</li>
|
||||||
|
</ol>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<ol>
|
||||||
|
<li v-for="(item, index) in nominee.experience" :key="index">{{ item }}</li>
|
||||||
|
</ol>
|
||||||
|
</td>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<router-link :to="{ name: 'Edit Nominee', params: { id: nominee.id } }"
|
<router-link :to="{ name: 'Edit Nominee', params: { id: nominee.id } }"
|
||||||
class="btn btn-primary">
|
class="btn btn-primary">
|
||||||
<i class="fa fa-edit"></i> Set semula
|
<i class="fa fa-edit"></i>Kemaskini
|
||||||
</router-link>
|
</router-link>
|
||||||
<button class="btn btn-danger" @click="util.showModal(nominee.id)" id=nominee.id>
|
<button class="btn btn-danger" @click="util.showModal(nominee.id)" id=nominee.id>
|
||||||
<i class="fa fa-trash"></i>Padam
|
<i class="fa fa-trash"></i>Padam
|
||||||
|
|||||||
Reference in New Issue
Block a user