update-ui,zoom

This commit is contained in:
unknown
2024-03-30 01:39:36 +08:00
parent c089247bf2
commit 1b49be4fb6
25 changed files with 174 additions and 78 deletions
@@ -1,7 +1,7 @@
<template>
<div class="panel panel-default">
<div class="panel-body">
<h4> Recent Elections</h4>
<h4>Undian terkini </h4>
<div class="form-group">
<button class="btn btn-success" v-if="data.election.status == 1" @click="util.showModal('#start-election-modal')">Start Election</button>
@@ -11,7 +11,7 @@
<button class="btn btn-danger" v-if="data.election.status == 2" @click="util.showModal('#stop-election-modal')">End Election</button>
<label v-if="data.election.status == 2">Election has Started {{ start_date }}</label>
<label v-if="data.election.status == 2">Undian telah bermula {{ start_date }}</label>
</div>
@@ -20,10 +20,10 @@
<thead>
<tr>
<th>ID</th>
<th>Election Name</th>
<th>Election Start</th>
<th>Election End</th>
<th>View</th>
<th>Nama Pengundi</th>
<th>Undian Mula </th>
<th>Undian Tamat</th>
<th>Papar</th>
</tr>
</thead>
<tbody>
@@ -73,7 +73,7 @@
</div>
<div class="form-group">
<label for="password">Confirm Password</label>
<label for="password">Sahkan Kata Laluan</label>
<input type="password" name="password" class="form-control" required/>
</div>
</modal-body>