feat: table stats
This commit is contained in:
parent
aa21adba52
commit
d6e80280a9
1 changed files with 4 additions and 3 deletions
|
|
@ -289,10 +289,11 @@ const onRowClick = (evt: Event, row: TreeDataFolder, index: number) => {
|
|||
bordered
|
||||
:rows="listDataFolder"
|
||||
:columns="columnsFolder"
|
||||
row-key="name"
|
||||
hide-bottom
|
||||
:rows-per-page-options="[0]"
|
||||
:pagination="{
|
||||
rowsPerPage: 0,
|
||||
}"
|
||||
@row-click="onRowClick"
|
||||
row-key="name"
|
||||
class="cursor"
|
||||
v-if="currentDept != 4"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue