changes
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
>
|
||||
<tbody>
|
||||
<tr
|
||||
v-if="rows.length"
|
||||
v-for="(v, i) in rows"
|
||||
:key="i"
|
||||
@click="doClick(v, i)"
|
||||
@@ -28,6 +29,12 @@
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
<p
|
||||
v-else
|
||||
class="py-2 has-text-grey has-text-centered is-unselectable"
|
||||
>
|
||||
Không có giá trị nào.
|
||||
</p>
|
||||
</tbody>
|
||||
</table>
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user