translation on voter home

This commit is contained in:
nurafrinaalimi16
2024-04-22 15:37:23 +08:00
parent f90f1df252
commit 83a56b439b
@@ -39,7 +39,7 @@
<div class="col-md-8">
<h4>Maklumat Calon</h4>
<hr />
<!-- <small>Click Picture to see details</small> -->
<small>Tekan gambar untuk maklumat calon</small>
<div class="panel panel-primary" v-for="position in data.positions">
<div class="panel-heading">{{ position.name }}</div>
<div class="panel-body table-responsive">
@@ -50,8 +50,8 @@
<th>Nama</th>
<th>No. Anggota</th>
<th>Unit</th>
<th>Taraf Pendidikan</th>
<th>Pengalaman Kerja </th>
<!-- <th>Taraf Pendidikan</th>
<th>Pengalaman Kerja </th> -->
</tr>
</thead>
<tbody>
@@ -63,8 +63,8 @@
<td>{{ nominee.name }}</td>
<td>{{ nominee.no_anggota }}</td>
<td>{{ nominee.unit }}</td>
<td>{{ nominee.education }}</td>
<td>{{ nominee.experience }}</td>
<!-- <td>{{ nominee.education }}</td>
<td>{{ nominee.experience }}</td> -->
</tr>
</tbody>
</table>
@@ -86,10 +86,10 @@
<img :src="nomineeViewed.photo" class="thumbnail nominee-viewed-photo" />
</div>
<div class="detail-section">
<span><b> Name : </b>{{ nomineeViewed.name }}</span>
<span><b> Nama : </b>{{ nomineeViewed.name }}</span>
<span><b> Unit : </b>{{ nomineeViewed.unit }}</span>
<span><b> Education : </b>{{ nomineeViewed.education }}</span>
<span><b> Experience : </b>{{ nomineeViewed.experience }}</span>
<span><b> Taraf Pendidikan : </b>{{ nomineeViewed.education }}</span>
<span><b> Pengalaman Kerja : </b>{{ nomineeViewed.experience }}</span>
</div>
</div>
</div>