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
|
bordered
|
||||||
:rows="listDataFolder"
|
:rows="listDataFolder"
|
||||||
:columns="columnsFolder"
|
:columns="columnsFolder"
|
||||||
row-key="name"
|
:pagination="{
|
||||||
hide-bottom
|
rowsPerPage: 0,
|
||||||
:rows-per-page-options="[0]"
|
}"
|
||||||
@row-click="onRowClick"
|
@row-click="onRowClick"
|
||||||
|
row-key="name"
|
||||||
class="cursor"
|
class="cursor"
|
||||||
v-if="currentDept != 4"
|
v-if="currentDept != 4"
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue