This commit is contained in:
Viet An
2026-07-04 16:01:35 +07:00
parent 24bd08e719
commit 71e4494004
3 changed files with 38 additions and 2 deletions

View File

@@ -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 giá trị nào.
</p>
</tbody>
</table>
<div