Dev portal bot keys

This commit is contained in:
2024-08-26 00:58:47 +08:00
parent 2c38a1fd50
commit ecbe5bef18
5 changed files with 357 additions and 0 deletions

View File

@ -12,6 +12,7 @@
v-model:items-per-page="pagination.tickets.pageSize"
@update:options="readTickets"
item-value="id"
class="overflow-y-auto text-no-wrap"
>
<template v-slot:item="{ item }: { item: any }">
<tr>
@ -60,6 +61,7 @@
v-model:items-per-page="pagination.events.pageSize"
@update:options="readEvents"
item-value="id"
class="overflow-y-auto text-no-wrap"
>
<template v-slot:item="{ item }: { item: any }">
<tr>